gitHow to show current branch
Usage example
git branch
output
test1
* test2
main
More of Git
- How many lines of code from specific author
- How to rename local branch
- How to unstash changes
- How to view project's detailed history
- How to untrack a file
- How to push local branch to a remote repository
- How to rename a branch
- How to list all commits
- How to view project's short history
- How to undo "git add" before commit
See more codes...