Changes between Version 67 and Version 68 of SourceCodeGit


Ignore:
Timestamp:
Dec 24, 2018, 8:05:19 PM (5 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v67 v68  
    1818 * On Linux, Git is usually provided by your distribution.
    1919   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)],
    2422   [http://www.syntevo.com/smartgit/ SmartGit (free for non-commercial use)],
    2523   [http://gitx.laullon.com GitX] ([https://github.com/laullon/gitx latest])
     
    3533== Cloning the Git repository ==
    3634
    37 To clone the repository into a local directory called (for example) 'boinc', run the commands:
     35The 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
     37To 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) :
    3838
    3939{{{