fork-dev / Tracker

Bug and issue tracker for Fork for Mac
494 stars 12 forks source link

How to Check the Total Number of Changes in a Branch During Work #2018

Closed KaitoMuraoka closed 7 months ago

KaitoMuraoka commented 7 months ago

How can I see the total number of changes in the branch I'm currently working on?

In Git, you can display it as shown below:

$ git diff main develop --shortstat
 18 files changed, 293 insertions(+), 332 deletions(-)

I want to do something similar to this.

DanPristupov commented 7 months ago

There's no UI for that.

But may be you can create a branch custom command and call it from the branch context menu.

Screenshot 2023-11-24 at 11 12 35 Screenshot 2023-11-24 at 11 12 32 Screenshot 2023-11-24 at 11 12 46 Screenshot 2023-11-24 at 11 12 57
KaitoMuraoka commented 7 months ago

@DanPristupov

Sorry for the late reply.

Thank you for telling me!

Thanks to you, I've come to like Fork even more!"