git:git_cheatsheet
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git:git_cheatsheet [2015/04/10 10:36] – [Create branch] deva | git:git_cheatsheet [2017/02/21 20:20] (current) – deva | ||
|---|---|---|---|
| Line 111: | Line 111: | ||
| </ | </ | ||
| + | ====Fecth branches from server==== | ||
| + | < | ||
| + | git fetch --all | ||
| + | </ | ||
| =====CVS 2 GIT===== | =====CVS 2 GIT===== | ||
| < | < | ||
| Line 137: | Line 141: | ||
| </ | </ | ||
| NOTE: If this is done by the usual 'git push' command, a 'No refs in common and none specified; doing nothing.' | NOTE: If this is done by the usual 'git push' command, a 'No refs in common and none specified; doing nothing.' | ||
| + | |||
| + | =====Set up repository mirror===== | ||
| + | From: https:// | ||
| + | < | ||
| + | # Create a bare clone of the repository. | ||
| + | git clone --bare https:// | ||
| + | |||
| + | # Mirror-push to the new repository. | ||
| + | cd old-repository.git | ||
| + | git push --mirror https:// | ||
| + | </ | ||
| =====Move single directory to its own repository===== | =====Move single directory to its own repository===== | ||
git/git_cheatsheet.1428655009.txt.gz · Last modified: by deva
