Typical Git workflow: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 82: Line 82:
== 7) Merge local branch into local master  ==
== 7) Merge local branch into local master  ==


To update your local repository to the newest commit, execute<br>
To update your local repository to the newest commit, execute<br>  
<pre>git pull
<pre>git pull
</pre>
</pre>


== 8) Push local master to remote git repostiory<br> ==
== 8) Push local master to remote git repostiory<br> ==