I created a repository dedicated to collect Git commands that I find useful along the way of my development adventures:
https://github.com/andreia/OMGit
I hope you find something useful on it :)
A command I recently learned that you can use to time travel on your local Git repository:
git reset --hard HEAD@{10.minutes.ago}
If you have a Git command to share I would love to hear about it!
Top comments (0)