DEV Community

Cover image for OMGit! Git Commands Quick Reference
Andréia Bohner
Andréia Bohner

Posted on

OMGit! Git Commands Quick Reference

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

Adventure Time!

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}
Enter fullscreen mode Exit fullscreen mode

Time travel with Git

If you have a Git command to share I would love to hear about it!

Oldest comments (0)