Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
From version 193.1
edited by Pascal Robert
on 2011/04/29 14:53
on 2011/04/29 14:53
Change comment:
There is no comment for this version
To version 189.1
edited by David Avendasora
on 2011/04/29 15:37
on 2011/04/29 15:37
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.avendasora - Content
-
... ... @@ -42,10 +42,17 @@ 42 42 43 43 This is a list of tools that other WebObjects developers have found to be helpful. It's not a comprehensive list, and if you find things not listed here please add them 44 44 45 -=== eGit ===45 +=== EGit === 46 46 47 -E clipse3.6 havea Gitplugin,eGit. It's not as good as Tower or GitX, but you can use it for most tasks (add, commit, push, pull). You can install bydoing Install new Sofware -> select the "Helios" download site and find the eGit plugin in the list.47 +EGit is a plugin for Eclipse 3.6. It's not as good as Tower or GitX, but you can use it for most tasks (add, commit, push, pull). You can install by: 48 48 49 +1. In Eclipse, select //Help > Install New Sofware...// 50 +1. Select the "Helios" download site from the Work with: combo box 51 +1. Expand the "Collaboration" group 52 +1. Select the EGit plugin, click Next 53 +1. Complete the install process and agree to the license, etc. 54 +1. Restart Eclipse. 55 + 49 49 === Git Bash Completion === 50 50 51 51 This is really an absolute necessity and a **huge** productivity improvement. Basically you need the bash completion script from the source tarball and use your shell profile to include it whenever you open a shell. See the **Auto-Completion** section on this page: