| Line 318: |
Line 318: |
| | | | |
| | cat config | | cat config |
| | + | |
| | + | root@zynthian-rack2:/home/pi/zynthian-ui/.git# cat config |
| | + | |
| | + | [core] |
| | + | repositoryformatversion = 0 |
| | + | filemode = true |
| | + | bare = false |
| | + | logallrefupdates = true |
| | + | [remote "origin"] |
| | + | |
| | + | == url = https://github.com/zynthian/zynthian-ui.git == |
| | + | fetch = +refs/heads/*:refs/remotes/origin/* |
| | + | [branch "master"] |
| | + | remote = origin |
| | + | merge = refs/heads/master |
| | + | [branch "testing"] |
| | + | remote = origin |
| | + | merge = refs/heads/testing |
| | + | [branch "staging-2209"] |
| | + | remote = origin |
| | + | merge = refs/heads/staging-2209 |
| | + | [branch "stable"] |
| | + | remote = origin |
| | + | merge = refs/heads/stable |
| | + | [branch "staging-2307"] |
| | + | remote = origin |
| | + | merge = refs/heads/staging-2307 |
| | + | [branch "chain_manager"] |
| | + | remote = origin |
| | + | merge = refs/heads/chain_manager |
| | + | |
| | | | |
| | <br clear=all> | | <br clear=all> |