gitHow to show current branch
Usage example
git branch
output
test1
* test2
main
More of Git
- Make a new branch with uncommitted changes
- How to untrack a file
- How to rename a branch
- How to view diff with stashed files
- How many lines of code from specific author
- How to uncommit last commit but keep changes
- How to view merge conflicts
- How to push new tag
- How to rename local branch
- How to view project's detailed history
See more codes...