Git commands that are really common and everyone should know:
git init
git clone
git add
git commit -m “Your commit message”
git status
git pull
git push origin
git checkout
git merge
git log
git fetch
git diff
git revert
git reset
git rm
Related Posts
7 common mistakes new contributors make in Open Source Software
Contributing to open source software is a great way to make a difference in the community and learn…
Building MaxOS #6: The Architecture Is Finished. Now It’s Time to Build.
A few weeks ago, MaxOS was just an idea sitting in my notes. Today, I finished designing the…
Design System Data Driven: como coletar métricas e transformar código em decisões
Um Design System é reconhecido por suas vantagens na construção de aplicações front-end. Entre elas, a padronização visual…