Changes between Version 12 and Version 13 of SourceCodeGit
- Timestamp:
- Jul 25, 2012, 4:12:36 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v12 v13 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]. 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 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 … … 87 87 }}} 88 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 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 90 {{{ 91 ssh://gitolite@ isaac.ssl.berkeley.edu/boinc.git91 ssh://gitolite@boinc.berkeley.edu/boinc.git 92 92 }}} 93 93