We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72b68e commit e221b93Copy full SHA for e221b93
git-fire
@@ -27,6 +27,7 @@ new_branch() {
27
}
28
29
fire() {
30
+ local initial_branch message remote
31
initial_branch="$(current_branch)"
32
33
git checkout -b "$(new_branch)"
0 commit comments