Changes between Version 6 and Version 7 of pm/DVCS


Ignore:
Timestamp:
2012/03/07 17:47:52 (13 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pm/DVCS

    v6 v7  
    8383}}} 
    8484 
     85== リモートブランチのプル == 
     86.git/configに 
     87{{{ 
     88[remote "upstream"] 
     89        fetch = +refs/heads/*:refs/remotes/origin/* 
     90        url = https://github.com/upstreamer/upstream.git 
     91}}} 
     92などと記述し、 
     93{{{ 
     94$ git pull upstream master 
     95}}} 
     96とする。ブランチを指定する場合は、masterを置き換える。 
     97 
    8598= mercurialの文字化け = 
    8699Mercurialで日本語のファイル名を扱うと、LinuxとWindowsで正しく共有できない。今のところ解決策は、Windows上ではcygwinのmercurialをutf-8環境で使えば解決できる。