gitHow to show current branch
Usage example
git branch
output
test1
* test2
main
More of Git
- How to view project's detailed history
- How to compare two branches
- How to undo "git add" before commit
- Remove an existing remote
- How to remove specific remote branch locally
- How to update forked repository from master
- How to rename a branch
- How to rename local branch
- How to push new tag
- How to view project's short history
See more codes...