πŸ“˜
πŸ“˜
πŸ“˜
πŸ“˜
Git-Help
Git Cheatsheet
Search…
A Simple Git Help
Basics
Git Branching
Pull Request
Submodules
Commands
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
Credits & Other
Other good links
Credits
Powered By GitBook
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.
1
git status
Copied!
Commands - Previous
git log
Next - Commands
git init
Last modified 6mo ago
Copy link