Be honest: how many times have you Googled "how to undo a git commit"? πŸ˜…

Most of us put #Git Expert on our resumes, but the CLI is still terrifying. That's why we built a completely free tool to help you master it πŸ‘‰ https://www.git-skills.dev/

Test your knowledge with interactive Git quizzes, learn practical Git How-Tos, and stop stressing over merge conflicts.

Go take a quiz & drop your score in the comments! Let’s see who the real Git Masters are πŸ†

#coding #programming #developers #SmartGit

@smartgit

Once.

I now have two aliases in ~/.gitconfig:

uncommit = reset --soft HEAD~1
unadd = reset HEAD