Most developers spoil themselves with fun command line utilities to make their work easier and more efficient. One such command line helper allows developers to . How can you get the current branch? With this handy snippet:
git branch --show-current
It’s great to keep this snippet around for any automation you may create moving forward!
The post appeared first on .