Line 284:
Line 284:
Because this file is actually specifically kept out of the repository it doesn't appear in the VSC code listing so we have to go and abuse it by hand, which is why we are using the terminal . . .
Because this file is actually specifically kept out of the repository it doesn't appear in the VSC code listing so we have to go and abuse it by hand, which is why we are using the terminal . . .
The terminal opens up in the zynthian-ui folder because that's how we configured it so all we have to do is type
The terminal opens up in the zynthian-ui folder because that's how we configured it so all we have to do is type
−
cd .git
−
if you now type ls -las you should see this sort of thing ...
+
cd .git
+
+
[[File:Remote-rack2-code display.png|600px|thumb|center]]
+
+
<br clear=all>
+
+
if you now type
+
ls -las
+
you should see this sort of thing ...
root@zynthian-rack2:/home/pi/zynthian-ui/.git# ls -las
root@zynthian-rack2:/home/pi/zynthian-ui/.git# ls -las
Line 308:
Line 315:
4 drwxr-xr-x 5 root root 4096 Sep 6 2020 refs
4 drwxr-xr-x 5 root root 4096 Sep 6 2020 refs
+
we want to modify the config file in this folder... So lets ook at this file first to see whats in it . . .
−
[[File:Remote-rack2-code display.png|600px|thumb|center]]
+
cat config
<br clear=all>
<br clear=all>