DEV Community

S Mathan
S Mathan

Posted on

GIT

`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`
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

If you found this post useful, please drop a ❤️ or a friendly comment!

Okay.