Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Question regarding egit(Seeing changes)
Question regarding egit [message #1755269] Wed, 01 March 2017 21:10 Go to next message
Keith Lynn is currently offline Keith LynnFriend
Messages: 3
Registered: October 2013
Junior Member
I was successful in pushing an eclipse project to bitbucket and then on another machine downloading that project.
My question is when I make changes to the original and upload them to bitbucket, how can I get eclipse to download the updates files? Thanks.
Re: Question regarding egit [message #1755270 is a reply to message #1755269] Wed, 01 March 2017 21:29 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
- run fetch from bitbucket to download updates and update remote tracking branche (refs/remotes/origin/...)
- then rebase local branches onto the corresponding updated remote tracking branch (most often this is refs/remotes/origin/master
since most often local branches are heading for upstream master), alternatively you can merge
- or run pull to do both steps in one command (pull is fetch + merge or rebase, depending on configuration options)
Previous Topic:Remote does not support smart HTTP push
Next Topic:Unauthenticated git-upload-pack/git-receive-pack request
Goto Forum:
  


Current Time: Fri Mar 29 14:36:46 GMT 2024

Powered by FUDForum. Page generated in 0.03575 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top