GIT



This content originally appeared on DEV Community and was authored by S Mathan

`Git clone
Document create 
Git add .->all/document
Git commit - m"message"
git restore --staged document name
git push
git pull
touch document(create a use new fill)
git add
git commit
git status(to use check the condition)
git stash
git stash ls
git pop 0
git pop
git diff 
git log
git branch docname
git checkout docname
git merge
git rebase
git cherry-pick`


This content originally appeared on DEV Community and was authored by S Mathan