Egit with Eclipse for Java sending git commands -


no matter how hard search on google, can't find out how commandline interface either eclipse or on github website send commands from. i'm sorry if seem complete moron (because am).

just download git command-line client os here:

http://git-scm.com/download

you can use in parallel eclipse (or other git client matter).

this works because state of repository stored directly file system. after 1 client makes change, other git client can "see" same change/state. (because eclipse graphical, churn bit of cpu/disk keeping it's visual interface up-to-date. that's price pay visualisation.)

it's perfect marriage. git command-line excellent. (in fact thing use egit these days in-editor 'git annotate'.)


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -