mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
Add comment for the code
I think it's better that we have description in the file.
This commit is contained in:
parent
a55cc84a11
commit
62c8243ac5
|
|
@ -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