📘
📘
📘
📘
Git-Help
Git Cheatsheet
Search
⌃
K
Links
A Simple Git Help
Basics
Git Branching
Pull Request
Submodules
Commands / Actions
Commit changes to other branch
git log
git status
git init
Amend a commit
Reset a file or full
Undo git add
Get remote repo url
Add or Set Remote URL
delete branch
Credits & Other
Other good links
Credits
Powered By
GitBook
Comment on page
git status
To find what is the current status of your git repository, how many files are commited to local repo, what is the current branch etc.
git status
Commands / Actions - Previous
git log
Next - Commands / Actions
git init
Last modified
2yr ago