mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Adding shebang to the rename-tag command
This commit is contained in:
parent
d58c8cff42
commit
465eabef9b
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
old=$1
|
||||
new=$2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue