Search

status

Requirements
To follow this setup, it is required to have following …
No Requirements
Commonly Used Commands
View log
Default
git log
Graph
git log --all --decorate --oneline --graph
View status
git status
View changes
git diff
View list of branches (including remote branches)
git branch -a == git branch --all
View remote repository
git remote -v

Reference