This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# usage: | |
# git back でひとつ前に居たbranchに戻る | |
# git back N でN個前に戻る | |
# git back --listで履歴だす | |
# | |
# /usr/local/libexec/git-coreに置いてchmod +xしとけ | |
CNT=1 |