How to Get the Current Branch Name with git

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 always show the git branch in the command line. 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 How to Get the Current Branch Name with git appeared first on David Walsh Blog. David Walsh Blog… more →
Posted in: JavaScript