DEV Community

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

Posted on

3 1

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!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay