git-js
git-js copied to clipboard
status of branch in reference to master
Hi @steveukx ,
Is it possible to have status of a branch as to whether that branch commit is ahead or behind of master branch? In Git web interface there is a column under branches that tells you how many commits your branch is ahead or behind master. Can you recommend if it is possible to get that same status from simple-git library?
Thanks, Abhi