Basics
Commands and their purpose for basic git operations
Git Clone
Git add
git add file1.java file2.java
git add *Git Commit
git commit -m 'image compression module'Git Push
git push origin masterGit Pull
Git Fetch
Git Merge
Last updated