Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| git_remotes [2019/04/04 01:42] – [ADD] rpjday | git_remotes [2019/04/04 03:23] (current) – removed rpjday | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Overview ===== | ||
| - | |||
| - | Discussion and demonstration of remote tracking branches and adding remotes. | ||
| - | |||
| - | ===== ADD ===== | ||
| - | |||
| - | < | ||
| - | $ git ls-remote [< | ||
| - | $ git remote -v | ||
| - | $ git remote prune | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | $ git fetch --all | ||
| - | $ git push origin thisbranch: | ||
| - | $ git push origin --delete < | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | $ git fetch [-p|--prune] | ||
| - | </ | ||
| - | |||