Open bassrock opened 5 years ago
Is it possible to use Log with a revision range? I am trying to implement the equivalent of git log HEAD..origin/master --oneline and can not figure out the right syntax to replicate it.
git log HEAD..origin/master --oneline
Would be very thankful for any help here 😁
+1
Is it possible to use Log with a revision range? I am trying to implement the equivalent of
git log HEAD..origin/master --oneline
and can not figure out the right syntax to replicate it.Would be very thankful for any help here 😁