Akimoto Posted August 5, 2013 Posted August 5, 2013 I have a problem. The problem is not that I am using eclipse, but that I am unable to make the damn thing reflect changes done in github! How the heck can I use a repository without being able to automatically syncronize changes done in github to my local laptop?! The worst thing, if I syncronize, I probably overwrite anything that has been done in the meantime on the same file.TL;DR - I want to find out how to get eclipse to GET the changed files from GITHUB automatically (or when I press a button).Problem solved. You may ignore/close/delete this. I don't care.
eezstreet Posted August 8, 2013 Posted August 8, 2013 Just a general tip here: most people I know don't use an IDE plugin or whatever for Git. Most people I know (myself included) use the terminal for it, since it is a lot faster and easier to figure out what is what. A lot of people also use different GUI tools. I can't remember what they all aremAlso, you'll want to get kdiff3 on both computers, and set it as your mergetool. Or if you feel like shelling out the extra $$$, get Beyond Compare.
CaptainCrazy Posted August 17, 2013 Posted August 17, 2013 We used to use GitHub on a game i was helping on, it's not that hard to get the han of =-P
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now