Code

git-branch: -f to forcibly reset branch head.
authorJunio C Hamano <junkio@cox.net>
Fri, 11 Nov 2005 19:12:50 +0000 (11:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 23:53:12 +0000 (15:53 -0800)
commiteb777612f085fc42afd0ac6986ed8062f8b75cbd
tree1d09a7c3017c6aa588fe1799f8ef133a49e0a001
parentf9039f30d56e3815eaab870d8b19c7b94aded8aa
git-branch: -f to forcibly reset branch head.

A new usage, 'git-branch -f branch [start]', resets the branch head at
start (or current head).  Should be considered a dangerous operation,
but if you are like me to keep rewinding branches it is handy.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-branch.sh