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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)