User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

git [2018/06/28 07:59] – created 192.168.1.102git [2021/10/06 10:45] (current) buchanan
Line 1: Line 1:
 +====== General git tips ======
 +
 +  * To allow a bare repo to be able to "fetch" updates from the remote:
 +<code>
 +git config remote.origin.fetch 'refs/heads/*:refs/heads/*'
 +</code>
 +
 ====== Setup a local git server ====== ====== Setup a local git server ======
 These steps are from this page: http://www.spinellis.gr/blog/20130619/ These steps are from this page: http://www.spinellis.gr/blog/20130619/
git.1530194383.txt.gz · Last modified: 2018/06/28 07:59 by 192.168.1.102