A repository that contains life and timer saver git commands; rollback, revert, etc. (in-progress)
git branch --list | grep -v 'master' | xargs git branch -D
git reset HEAD^
git push origin +HEAD
A repository that contains life and time saver git commands; rollback, revert, etc. (in-progress)
Repository from Github https://github.comemreyildirim53/life-saver-git-commands
A repository that contains life and timer saver git commands; rollback, revert, etc. (in-progress)
git branch --list | grep -v 'master' | xargs git branch -D
git reset HEAD^
git push origin +HEAD
A repository that contains life and time saver git commands; rollback, revert, etc. (in-progress)
Apache License 2.0