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 02:00] – [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 fetch --all | ||
| - | $ git push origin thisbranch: | ||
| - | $ git push origin --delete < | ||
| - | </ | ||