Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
software:git [2019/10/05 18:03]
eServices Greece
software:git [2019/10/05 18:10]
eServices Greece
Line 32: Line 32:
 <sxh> <sxh>
 make prefix=/usr/local/git install make prefix=/usr/local/git install
 +</sxh>
 +
 +=== symlink to default locations (Warning) ===
 +<sxh>
 +ln -s /usr/local/git/bin/git /usr/bin/git
 +ln -s /usr/local/git/bin/git-shell /usr/bin/git-shell
 +ln -s /usr/local/git/bin/git-receive-pack /usr/bin/git-receive-pack
 +ln -s /usr/local/git/bin/git-upload-archive /usr/bin/git-upload-archive
 +ln -s /usr/local/git/bin/git-upload-pack /usr/bin/git-upload-pack
 </sxh> </sxh>