Guest User

Untitled

a guest
Jul 4th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Getting the sha1 of a desired commit from a remote repository
  2. git ls-remote <URL> <branch name>
  3.  
  4. git ls-remote <URL> | grep refs/heads/<branch name>
Advertisement
Add Comment
Please, Sign In to add comment