mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
commit
bbcaf7c324
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Removed unnecessary git checkout for bug, feature and refactor
|
||||
|
||||
if test "$1" = "finish"; then
|
||||
test -z $2 && echo "refactor <name> required." 1>&2 && exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue