|
Re: How to use github with eclipse.
Brian, when you say "use github with eclipse," are you looking for visual git integration within the IDE itself?
Git can be used without the IDE having any knowledge of its existence, but many IDEs offer functionality (built-in or through plugins) that make commits, diffs, resolving merge conflicts, etc potentially easier than using the standard command line interface.
|