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