Line 361:
Line 361:
Control-X to leave Control-O to write out the file and arrow keys move you around in the file
Control-X to leave Control-O to write out the file and arrow keys move you around in the file
+
[[File:Nano-git-config-file=edit.png|600px|thumb|center]]
[[File:Nano-git-config-file=edit.png|600px|thumb|center]]
<br clear=all>
<br clear=all>
+
+
And you have now redirected your zynthian to look at your repository on github as it's ultimate origin file . . .
+
+
git pull will now cement this relationship.
+
+
<br clear=all>
+
+
=== How Do I Start a new branch and what should I call it ? ===
+
+
The VSC status bar at the very bottom of the screen contains a lit of useful information.
+
It shows the remote machine you are logged onto and it shows the current branch you are located on.
+
+
[[File:Making a new branch.png|600px|thumb|center]]
+
+
Indeed there are useful plugins that can be added that will show git tram lines and such which are very useful . . .
+
but if you press on the testing button in the status bar you will be presented with a dialog for adding a new branch .
<br clear=all>
<br clear=all>