git diff    - See changes between commits
git log     - See commit history
git clone   - Remote repo → Local
git fork    - Create copy of repo under your account
git pull    - Remote latest changes → Local
git push    - Local commits → Remote
git blame   - Who changed which line
git merge   - Combine branches
git branch  - Displays current branch
.gitignore  - Skip tracking files
For further actions, you may consider blocking this person and/or reporting abuse




    
Top comments (0)