repo.or.cz
/
socialgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
actually do what the last commit promised
[socialgit.git]
/
bin
/
currentbranchname
blob
903f6aa3f6da44b6fdd90849076cc9ca4528dd6a
1
#!/bin/sh
2
# currentbranchname
3
4
git symbolic-ref HEAD | cut
-d
/
-f3-