Changes between Version 11 and Version 12 of SourceCodeGit
- Timestamp:
- Jul 25, 2012, 4:03:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v11 v12 47 47 * On Windows, get a Git client like [SourceCodeGit/Windows Git for Windows (console) and TortoiseGit (GUI)]. 48 48 * 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]) 51 51 52 52 == Read-only access (cloning / checkout code) == … … 85 85 {{{ 86 86 ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa 87 }}} 88 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: 90 {{{ 91 ssh://gitolite@isaac.ssl.berkeley.edu/boinc.git 87 92 }}} 88 93