Difference between revisions of "Quick Windows Git Installation"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Overview == | |
− | [[ | + | * These instructions are for using the popular [http://sourceforge.net/projects/gitextensions/files/Git%20Extensions/ Git Extentions for Windows] to work with the reSIProcate source tree in git |
+ | * Download the "complete" MSI, it includes the Git and Kdiff installers too | ||
+ | * KDiff Installer becomes hidden under Git Extensions progress window, must look for it underneath or it will appear to sit there forever | ||
+ | * must not commit to repository using CRLF, use option 1 if not sure | ||
+ | * if you change any installation paths, you also have to specify them in the profile setup later | ||
+ | * all options can be changed easily later | ||
+ | * When finished installing Git Extensions, proceed to make a [[Quick Windows Git Clone Checkout|Git clone of the reSIProcate project]] | ||
− | + | == Details == | |
− | |||
− | + | [[Image:Git-setup-01.png]] | |
− | |||
− | |||
− | |||
− | |||
− | [[Image: | + | [[Image:Git-setup-02.png]] |
− | * | + | * If you have your own copy of git or a diff tool already, you don't need these, otherwise, select them and you can change them later: |
− | [[Image: | + | [[Image:Git-setup-03.png]] |
− | + | [[Image:Git-setup-04.png]] | |
− | [[Image: | + | [[Image:Git-setup-05.png]] |
− | * | + | * Make sure it matches your Visual Studio installation, if any: |
− | [[Image: | + | [[Image:Git-setup-06.png]] |
− | + | [[Image:Git-setup-07.png]] | |
− | + | * Here is the place where you have to look for the KDiff setup window hidden underneath, otherwise it just appears to be stuck here: | |
− | + | [[Image:Git-setup-09.png]] | |
− | [[Image: | + | [[Image:Git-setup-10.png]] |
− | + | [[Image:Git-setup-11.png]] | |
− | |||
− | [[Image: | + | [[Image:Git-setup-12.png]] |
+ | |||
+ | [[Image:Git-setup-13.png]] | ||
+ | |||
+ | [[Image:Git-setup-14.png]] | ||
+ | |||
+ | [[Image:Git-setup-15.png]] | ||
+ | |||
+ | [[Image:Git-setup-16.png]] | ||
+ | |||
+ | [[Image:Git-setup-17.png]] | ||
+ | |||
+ | * Choosing the second option is safe and is more convenient: | ||
+ | |||
+ | [[Image:Git-setup-18.png]] | ||
+ | |||
+ | * Do not choose the third option, CRLF should not be committed to the repository | ||
+ | * Most people use the first option | ||
+ | * If your local filesystem is shared between Linux and Windows environments (e.g. using Samba shared folders), you may want to use the second option: | ||
+ | |||
+ | [[Image:Git-setup-19.png]] | ||
+ | |||
+ | [[Image:Git-setup-20.png]] | ||
+ | |||
+ | == Next steps == | ||
+ | |||
+ | * Now you can proceed to make a [[Quick Windows Git Clone Checkout|Git clone of the reSIProcate project]] |
Latest revision as of 01:39, 18 September 2014
Overview[edit]
- These instructions are for using the popular Git Extentions for Windows to work with the reSIProcate source tree in git
- Download the "complete" MSI, it includes the Git and Kdiff installers too
- KDiff Installer becomes hidden under Git Extensions progress window, must look for it underneath or it will appear to sit there forever
- must not commit to repository using CRLF, use option 1 if not sure
- if you change any installation paths, you also have to specify them in the profile setup later
- all options can be changed easily later
- When finished installing Git Extensions, proceed to make a Git clone of the reSIProcate project
Details[edit]
- If you have your own copy of git or a diff tool already, you don't need these, otherwise, select them and you can change them later:
- Make sure it matches your Visual Studio installation, if any:
- Here is the place where you have to look for the KDiff setup window hidden underneath, otherwise it just appears to be stuck here:
- Choosing the second option is safe and is more convenient:
- Do not choose the third option, CRLF should not be committed to the repository
- Most people use the first option
- If your local filesystem is shared between Linux and Windows environments (e.g. using Samba shared folders), you may want to use the second option:
Next steps[edit]
- Now you can proceed to make a Git clone of the reSIProcate project