Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Contributing to Zynthian Development
(view source)
Revision as of 22:54, 20 January 2024
440 bytes added
,
22:54, 20 January 2024
→How Do I redirect the zynthian code in zynthian-ui to my personnal repository rather than the zynthian master I forked from ?
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>
Wyleu
679
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Documentation
Building
Software
User's Guide
Updating
Accessing
FAQ
Features & Resources
Features
Processors
SoundFonts
Sound Demos
Photo Gallery
Development
TODO list
Wishlist
Development
Media
Media References
Sites
Web
Forum
Shop
Blog
GitHub
Social
YouTube
Twitter
Instagram
Google+
Facebook
Wiki
Recent changes
Random page
Help
Tools
Special pages
Printable version