Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
From version 191.1
edited by David Avendasora
on 2011/04/29 13:34
on 2011/04/29 13:34
Change comment:
Formatting, wording, added some links.
To version 192.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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.probert - Content
-
... ... @@ -26,9 +26,9 @@ 26 26 * [[Linus Torvalds talks about git>>http://www.youtube.com/watch?v=4XpnKHJAok8]] 27 27 Have a Good Laugh here as Linus Torvalds Evangelizes git. //NOTE: This isn't really learning, but it is way more fun and gives you insight into the motivation behind git.// 28 28 29 -= Get Started with Project Wonder !=29 += Get Started with Project Wonder = 30 30 31 -The best way to learn a new concept is to actually use it, and what better way than to do something practical like clone (checkout) the Project Wonder source code !31 +The best way to learn a new concept is to actually use it, and what better way than to do something practical like clone (checkout) the Project Wonder source code 32 32 33 33 * [[Downloading Wonder>>http://wiki.objectstyle.org/confluence/display/WONDER/Getting+the+Wonder+Source+Code]] Wiki Page 34 34 ... ... @@ -42,6 +42,10 @@ 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 === 46 + 47 +Eclipse 3.6 have a Git plugin, 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 by doing Install new Sofware -> select the "Helios" download site and find the eGit plugin in the list. 48 + 45 45 === Git Bash Completion === 46 46 47 47 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: