question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

preview what is different between the current branch and it's tracking branch

See original GitHub issue

The desktop app (v1.1.1) doesn’t have a feature to peek new commits from the origin before pulling them to a local repository. I can only blindly pull all commits in one go.

github-desktop

Please add a new feature to see those changes in the app.

Additionally, it would be handy to choose specific changes that I what to pull to a local repository. For example, there are four new commits in the origin, but I need only one to pull out to a local repository.

If I will be able to see those changes, then I want to have a check list where I can pick which of them I want to pull now and leave the rest for later.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
shiftkeycommented, May 20, 2018

I was thinking about a scenario, where there were commit 1, 2 and 3, where commit 3 is the latest. GitHub Desktop allows me to pull out all three commits at once, like it does today. Or pull out commit 1 or 1 and 2, and later commit 3.

That’s different to what was originally requested.

Like @j-f1, I’d love to understand more about your workflow and what you’re trying to achieve here.

0reactions
billygriffincommented, Nov 21, 2019

Since this hasn’t been something that has come up and since any potential solution we’d be looking at seems quite involved, I’m going to close this for now. We have been discussing things around seeing the diff of one entire branch to another in the context of PRs, and this is potentially relevant as we explore that, but I don’t think we’re going to focus on this as stated in the issue. Thanks for explaining!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to compare a local Git branch with its remote branch
The first command will figure out which remote branch corresponds to your current branch.
Read more >
How to Compare Local and Remote Git Branches - W3docs
In this tutorial, you will get useful information about the simplest way of comparing the difference between the local and remote branches step...
Read more >
How can I tell a local branch to track a remote branch?
You can tell Git to track the newly created remote branch simply by using the -u flag with "git push". When you decide...
Read more >
40. Remote Tracking Branches. Difference between local ...
In this video we will see the difference between the remote - tracking branches and the local branch in the GIT.If you like...
Read more >
Manage Git branches | PhpStorm Documentation - JetBrains
From the Branches popup or from the Branches pane of the Git tool window, select the branch that you want to compare with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found