Line 326:
Line 326:
bare = false
bare = false
logallrefupdates = true
logallrefupdates = true
−
[remote "origin"]
+
[remote "origin"]
−
+
url = https://github.com/zynthian/zynthian-ui.git
−
== url = https://github.com/zynthian/zynthian-ui.git ==
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
[branch "master"]
Line 348:
Line 347:
remote = origin
remote = origin
merge = refs/heads/chain_manager
merge = refs/heads/chain_manager
−
+
+
+
We want to change the line
+
url = https://github.com/zynthian/zynthian-ui.git
+
+
to point to our own repository, which in my case is
+
+
url = https://github.com/wyleu/zynthian-ui.git
+
+
to do this we use a little command line text editor called nano...
+
so we type
+
nano config
+
+
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]]
+
+
<br clear=all>
<br clear=all>
<br clear=all>