December 19, 2022
Estimated Post Reading Time ~

Most used Git commands simplified

Most used Git commands simplified πŸ‘‡πŸ‘‡

🌱 Start a new project:
git init
git clone
git config

➕ Commit changes:
git add
git commit

🌿Work with branches
git branch
git checkout
git merge

πŸ”„️ Sync changes:
git pull
git push

πŸ’‍♂️ Helper commands:
git log
git status
git diff


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.