Changes between Version 67 and Version 68 of SourceCodeGit
- Timestamp:
- Dec 24, 2018, 8:05:19 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v67 v68 18 18 * On Linux, Git is usually provided by your distribution. 19 19 If it is not already installed, check your distribution's package manager and look for package "git" or "git-core". 20 * On Mac OS X, use [http://www.macports.org MacPorts] 21 (to keep Git up to date, recommended) or a manual 22 [https://code.google.com/p/git-osx-installer installation package]. 23 * Recommended free GUIs: [http://www.sourcetreeapp.com SourceTree (includes an embedded Git)], 20 * On Mac OS X, GIT is installed as part of the Xcode command-line tools when you install and run Xcode. You can also use [http://www.macports.org MacPorts] (to keep Git up to date) or a manual [https://code.google.com/p/git-osx-installer installation package]. 21 * Recommended free GUIs: [http://www.sourcetreeapp.com SourceTree (includes an embedded Git, works well on Macintosh)], 24 22 [http://www.syntevo.com/smartgit/ SmartGit (free for non-commercial use)], 25 23 [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest]) … … 35 33 == Cloning the Git repository == 36 34 37 To clone the repository into a local directory called (for example) 'boinc', run the commands: 35 The easiest way to download the current GIT master source tree is to go to https://github.com/BOINC/boinc and click on "Clone or download". You can also download the source tree for any branch by selecting the desired branch from the pull-down menu on that page. 36 37 To clone the repository into a local directory called (for example) 'boinc', run the following command in the Terminal utility (Macintosh) or "Command Prompt" utility (Windows) : 38 38 39 39 {{{