gitHow to show current branch
Usage example
git branch
output
test1
* test2
main
More of Git
- How to rename a branch
- How to view project's detailed history
- How to undo "git add" before commit
- How to view diff with stashed files
- How to rename local branch
- How to rollback to specific commit
- How to push new tag
- How to compare two branches
- How to view project's short history
- How to edit last commit message
See more codes...