mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #116 from jespino/bug/rename-tag-without-shebang
Adding shebang to the rename-tag command
This commit is contained in:
commit
58b6270281
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
old=$1
|
||||
new=$2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue