Jump to content

Typical Git workflow: Difference between revisions

m
mNo edit summary
Line 97: Line 97:
== 8) Push local master to remote git repostiory<br>  ==
== 8) Push local master to remote git repostiory<br>  ==


To send the changes (from the HEAD of your local working copy) to your remote repository, execute
To send the changes (from the HEAD of your local working copy) to your remote repository, execute  
<pre>git push origin master
<pre>git push origin master
</pre>
</pre>  
Change master to whatever branch you want to push your changes to.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.