You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
for a small project I'm working on, using GitElephant, I want to display the number of commits behind and ahead between the current branch and the origin one.
I thought that this feature could be added to this library.
This could be changed by providing two branch objects instead of one (but what about the origin?) / or the branch names directly.
To be honest, I have found the Git command on stackoverflow, I don't know if it is the best way to retrieve this informations, I'm not a Git expert.
Is this kind of feature in the scope of this library ?
The text was updated successfully, but these errors were encountered:
geek-merlin
added a commit
to machbarmacher/GitElephant
that referenced
this issue
Aug 6, 2017
Hi guys,
for a small project I'm working on, using
GitElephant
, I want to display the number of commits behind and ahead between the current branch and the origin one.For now, I do something like this :
I thought that this feature could be added to this library.
This could be changed by providing two branch objects instead of one (but what about the
origin
?) / or the branch names directly.To be honest, I have found the Git command on stackoverflow, I don't know if it is the best way to retrieve this informations, I'm not a Git expert.
Is this kind of feature in the scope of this library ?
The text was updated successfully, but these errors were encountered: