preview what is different between the current branch and it's tracking branch
See original GitHub issueThe 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.
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:
- Created 5 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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!