Differences
This shows you the differences between two versions of the page.
docs:git:adding_a_remote [2009/11/09 15:19] – created billh | docs:git:adding_a_remote [2009/11/09 16:10] (current) – billh | ||
---|---|---|---|
Line 7: | Line 7: | ||
$ git push origin master | $ git push origin master | ||
Everything up-to-date | Everything up-to-date | ||
+ | </ | ||
+ | |||
+ | To make sure the merges work (git push/ | ||
+ | git config branch.master.remote origin | ||
+ | git config branch.master.merge refs/ | ||
</ | </ |