Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
git:commit-into-master [2009/10/08 17:53] andrei |
git:commit-into-master [2010/01/15 09:22] (current) andrei added link to the commit guidelines and the repo layout |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== GIT push into master howto ===== | ===== GIT push into master howto ===== | ||
- | This howto assumes you did some local changes into your local master branch, you have commited them and now you want to publish them in the public repository. It assumes that you start in your local master branch (//git checkout master//). | + | This howto assumes you did some local changes into your local master branch, you have commited them and now you want to publish them in the public repository. It assumes that you start in your local master branch (//git checkout master// |
If you want to push some changes you did in some other local branch, just replace // | If you want to push some changes you did in some other local branch, just replace // | ||
in //git push origin master: | in //git push origin master: |