1 byte added ,  30 March 2018
change syntaxhighlight to source
Line 94: Line 94:
== Pulling changes from a remote ==
== Pulling changes from a remote ==


<sourcelang="bash">
<source lang="bash">
$ git fetch
$ git fetch
$ git merge origin/master
$ git merge origin/master