Changes

Jump to navigation Jump to search
Line 281: Line 281:  
We need to edit a specific file on the zynthian within the zynthian-ui folder.  
 
We need to edit a specific file on the zynthian within the zynthian-ui folder.  
 
It's in a hidden directory .git within the /home/pi/zynthian-ui folder so it won't show up with the ls command, use the ls -las form instead to see it..
 
It's in a hidden directory .git within the /home/pi/zynthian-ui folder so it won't show up with the ls command, use the ls -las form instead to see it..
Now all this can be done from within VSC using a terminal os you have a nicely set up ssh connetion to the machine all maintained by VSC  
+
Now all this can be done from within VSC using a terminal os you have a nicely set up ssh connection to the machine all maintained by VSC. This terminal is in the lower right hand of the window and it saves you the trouble of having to set up separate connections to do basic housekeeping.
 +
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
 +
cd .git
 +
 
 +
if you now type ls -las you should see this sort of thing ...
 +
 
 +
root@zynthian-rack2:/home/pi/zynthian-ui/.git# ls -las
 +
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
 +
total 92
 +
 
 +
4 drwxr-xr-x  8 root root  4096 Jan 20 21:46 .
 +
4 drwxr-xr-x  14 root root  4096 Jan 15 11:21 ..
 +
4 -rw-r--r--  1 root root    16 Jan 19 15:47 COMMIT_EDITMSG
 +
4 -rw-r--r--  1 root root  220 Jan 20 21:02 FETCH_HEAD
 +
4 -rw-r--r--  1 root root    24 Jan 20 21:44 HEAD
 +
4 -rw-r--r--  1 root root    41 Jan 20 21:02 ORIG_HEAD
 +
4 drwxr-xr-x  2 root root  4096 Sep  6  2020 branches
 +
4 -rw-r--r--  1 root root  726 Jan 20 20:55 config
 +
4 -rw-r--r--  1 root root    73 Sep  5  2020 description
 +
4 drwxr-xr-x  2 root root  4096 Sep  6  2020 hooks
 +
32 -rw-r--r--  1 root root 32619 Jan 20 21:45 index
 +
4 drwxr-xr-x  2 root root  4096 Sep  6  2020 info
 +
4 drwxr-xr-x  3 root root  4096 Sep  6  2020 logs
 +
4 drwxr-xr-x 133 root root  4096 Jan 19 15:47 objects
 +
4 -rw-r--r--  1 root root  334 Aug 25 00:11 packed-refs
 +
4 drwxr-xr-x  5 root root  4096 Sep  6  2020 refs
 +
 
    
[[File:Remote-rack2-code display.png|600px|thumb|center]]
 
[[File:Remote-rack2-code display.png|600px|thumb|center]]
    
<br clear=all>
 
<br clear=all>
584

edits

Navigation menu