Joined November 2012
·
Posted to
Use "git revert" rollback a single commit
over 1 year
ago
I prefer to do a git rebase -i $SHA1 and choose what to keep and what to discard. Unfortunately this means you have to do a git push -f and it's not always a good thing.
Achievements
98 Karma
0 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Python 3
Have at least three original repos where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Narwhal 3
Have at least three original repos where Clojure is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Narwhal
Have at least one original repo where Clojure is the dominant language
"ci" is an alias of commit, "co" an alias of checkout...