Changes between Version 42 and Version 43 of TipAndDoc/scm/git
- Timestamp:
- Jun 21, 2013 8:57:33 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v42 v43 29 29 30 30 * [http://d.hatena.ne.jp/kitokitoki/20121031/p1 git fetch と git pull と git remote update の違い - わからん] 31 * [http://stackoverflow.com/questions/2688251/what-is-the-difference-between-git-fetch-origin-and-git-remote-update-origin What is the difference between `git fetch origin` and `git remote update origin`? - Stack Overflow] 32 > The answer recommending {{{remote update}}} instead of git fetch was actually recommending it without a remote name, just for the sake of fetching all, not just the one named as an argument. This is equivalent to {{{git fetch --all}}}. 31 33 32 34 * [http://stackoverflow.com/questions/3959924/whats-the-difference-between-git-clone-mirror-and-git-clone-bare What's the difference between git clone --mirror and git clone --bare - Stack Overflow]