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:
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
Post a Comment