Changes between Version 11 and Version 12 of SourceCodeGit


Ignore:
Timestamp:
Jul 25, 2012, 4:03:05 AM (12 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v11 v12  
    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].
    50   * Recommended free GUIs: [http://www.sourcetreeapp.com SourceTree], [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest])
     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]. 
     50  * 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
    5252== Read-only access (cloning / checkout code) ==
     
    8585{{{
    8686ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
     87}}}
     88
     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:
     90{{{
     91ssh://gitolite@isaac.ssl.berkeley.edu/boinc.git
    8792}}}
    8893