Changes between Version 12 and Version 13 of SourceCodeGit


Ignore:
Timestamp:
Jul 25, 2012, 4:12:36 AM (12 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v12 v13  
    4747 * On Windows, get a Git client like [SourceCodeGit/Windows Git for Windows (console) and TortoiseGit (GUI)].
    4848 * On Linux git is usually provided by all modern distributions. Check your package manager and look for "git" or "git-core"
    49  * On Mac OS X you want to use [http://www.macports.org MacPorts] (to keep git up to date, recommended) or a manual [http://code.google.com/p/git-osx-installer installation package]. 
     49 * On Mac OS X you want to use [http://www.macports.org MacPorts] (to keep git up to date, recommended) or a manual [http://code.google.com/p/git-osx-installer installation package].
    5050  * Recommended free GUIs: [http://www.sourcetreeapp.com SourceTree (includes an embedded git)], [http://www.syntevo.com/smartgit/ SmartGit (free for non-commercial use)], [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest])
    5151
     
    8787}}}
    8888
    89 If you used the standard key filename id_rsa and you want the repository named boinc.git, use the following URL to access the  repository:
     89If you used the standard key filename id_rsa and you want the repository named boinc.git, use the following URL to access the repository:
    9090{{{
    91 ssh://gitolite@isaac.ssl.berkeley.edu/boinc.git
     91ssh://gitolite@boinc.berkeley.edu/boinc.git
    9292}}}
    9393