gitHow to show current branch
Usage example
git branch
output
test1
* test2
main
More of Git
- How to undo "git add" before commit
- How to untrack a file
- How to remove specific remote branch locally
- How to rename a branch
- How to view project's detailed history
- Remove an existing remote
- How to rename local branch
- How to update forked repository from master
- Make a new branch with uncommitted changes
- How to view stashed changes
See more codes...