Changes for page Getting Started with Git

Last modified by Bastian Triller on 2013/05/21 17:24

From version 194.1
edited by Kieran Kelleher
on 2011/04/29 12:14
Change comment: There is no comment for this version
To version 200.1
edited by David Avendasora
on 2011/04/29 12:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.avendasora
Content
... ... @@ -1,7 +1,6 @@
1 -= Got Git? If not, Get Git here =
1 += Got Git? No? Get Git =
2 2  
3 -Just pick the latest release for your Mac architecture here:
4 -[[OS X dmg Installer>>http://code.google.com/p/git-osx-installer/]]
3 +* MacOS X: [[OS X dmg Installer>>http://code.google.com/p/git-osx-installer/]]
5 5  
6 6  = Learning About git =
7 7  
... ... @@ -29,12 +29,14 @@
29 29  * [[http://cheat.errtheblog.com/s/git/]]
30 30  * [[http://ktown.kde.org/%7Ezrusin/git/git-cheat-sheet-medium.png]]
31 31  
32 -Checkout (Clone) Wonder Source Code, Build and Install
31 +Checkout (Clone) Wonder Source Code
33 33  
34 34  * [[Instructions>>http://wiki.objectstyle.org/confluence/display/WONDER/Downloading%2C+Building%2C+Installing+and+Upgrading+Wonder+Source+Code]]
35 35  
36 -= Git Goodies =
35 += Git Goodies for WebObjects Developers =
37 37  
37 +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
38 +
38 38  === Git Bash Completion ===
39 39  
40 40  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:
... ... @@ -75,7 +75,7 @@
75 75  
76 76  However before using it on work that is shared with others you MUST follow the these rules, otherwise you will screw everyone else on the project.
77 77  
78 -* If you don't understand rebasing, don't use it!
79 +* If you don't understand rebasing, don't use it
79 79  * Use rebase on **private** branches
80 80  * Use rebase for commits that have **not been pushed** to a remote repo
81 81