Changes between Version 3 and Version 4 of Git/InstallTortoiseGit


Ignore:
Timestamp:
Feb 7, 2011, 12:42:15 PM (12 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Git/InstallTortoiseGit

    v3 v4  
    33== Clean house first! ==
    44
    5 TortoiseGIT installations are likely to fail if there is git related residue in your system from past installs of other git related packages.
     5|| TortoiseGIT installations may fail to work properly if there is Git related residue in your system from past installs of other git related packages. ||
    66
    7 * If Cygwin Git, or any Git distribution other than msysGit, is installed on your system, uninstall it.
     7* Uninstall any Git distributions other than msysGit, including Cygwin's git.
    88
    99* From the command prompt, type "git help". Verify that you get "'git' is not recognized as an internal or external command, operable program or batch file." If instead you get a help screen, you've still got a version of git installed somewhere. This is likely to cause trouble - uninstall it. If you've got msysGit, that's OK if it is an up-to-date version installed in the default location.
     
    1313== Install the prerequisites ==
    1414
    15 * Install Cygwin if needed for ssh support. Verify PATH is set such that ssh.exe is found. DO NOT INSTALL Cygwin's GIT VERSION!
    16 
    1715* Install msysGit. Get it from http://code.google.com/p/msysgit/downloads/list
    18 
    19   Select "Run Git from the Windows Command Prompt" option from the "Adjusting you PATH environment" dialog.
    20 
    21   Select "Checkout as-is, commit as-is" from the "Configuring the line ending conversions dialog".
    22 
    23   Click Finish.
     16  * Select "Run Git from the Windows Command Prompt" option from the "Adjusting you PATH environment" dialog.
     17  * Select "Checkout as-is, commit as-is" from the "Configuring the line ending conversions dialog".
     18  * Click Finish.
    2419
    2520== Install and setup TortoiseGIT ==
     
    2924  Start | All programs | TortoiseGit | Settings -> Select Git | Config and enter your Name and Email address. Click "Edit global .gitconfig, and then answer Yes when asked if you would like to create this file. Click Apply back on the Settings dialog. (If you click "Edit global .gitconfig" again, you will now see your User Info. Click OK to exit the Settings dialog.
    3025
    31 * Confidence test - Clone a repository from GitHub.
     26* Confidence test - read-only clone a repository from GitHub.
    3227  * Start Windows Explorer
    3328  * Create a new directory named "btree"
    3429  * Right click on btree. Context menu should include several Git related entries; click on "Git clone"
    35   * Enter URL: git://github.com/Beman/Boost-Btree.git Note that form of URL is for a read-only checkout.
     30  * Enter URL: git://github.com/Beman/Boost-Btree.git Note that this form of URL is for a read-only checkout; you can modify the local repository, but can't push those changes back to the origin.
    3631  * Click OK, and the local repository should be created.
    3732  * Browse the directories and files, and the familiar icons should appear; TortoiseSVN and TortoiseGIT use the same icon overlays.