Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
No edit summary
(automatic remote branch pruning)
Line 39: Line 39:
===Prune remote branches===
===Prune remote branches===
<tt>git remote prune origin</tt>
<tt>git remote prune origin</tt>
This can be made automatic with <tt>git config remote.origin.prune true</tt> since git 1.8.5.
==Links==
==Links==
* Tv's "[http://eagain.net/articles/git-for-computer-scientists/ Git for Computer Scientists]"
* Tv's "[http://eagain.net/articles/git-for-computer-scientists/ Git for Computer Scientists]"