Changes between Version 6 and Version 7 of pm/DVCS
- Timestamp:
- 2012/03/07 17:47:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pm/DVCS
v6 v7 83 83 }}} 84 84 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 85 98 = mercurialの文字化け = 86 99 Mercurialで日本語のファイル名を扱うと、LinuxとWindowsで正しく共有できない。今のところ解決策は、Windows上ではcygwinのmercurialをutf-8環境で使えば解決できる。