katalyst / change

Git workflow manager.
MIT License
0 stars 1 forks source link

Collection: Delete Command #52

Open haydn opened 11 years ago

haydn commented 11 years ago
$ collection delete foo
# git checkout foo
# git pull
# git push origin foo --delete
# git checkout master
# git pull
# git branch -d foo

There needs to be an -f option to force git branch -D foo.