Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
No edit summary
Tags: mobile web edit mobile edit
Line 63: Line 63:
* Delete the remote branch with <tt>git push origin ––delete oldname</tt>
* Delete the remote branch with <tt>git push origin ––delete oldname</tt>
* Re-add and reset the remote branch with <tt>git push origin –u newname</tt>
* Re-add and reset the remote branch with <tt>git push origin –u newname</tt>
===Find commit corresponding to tag===
* <tt>git rev-list -n 1 TAG</tt>


==See also==
==See also==