Changes between Version 2 and Version 3 of WorkingWithGit


Ignore:
Timestamp:
Aug 20, 2016, 3:42:17 PM (8 years ago)
Author:
raimue (Rainer Müller)
Comment:

Adapt paths and focus on ports

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v2 v3  
    33To start:
    44{{{
    5 svn checkout https://svn.macports.org/repository/macports 
     5svn checkout https://svn.macports.org/repository/macports/trunk/dports
    66}}}
    77becomes
    88{{{
    9 git clone git@github.com:macports/macports.git
     9git clone git@github.com:macports/ports.git
    1010}}}
    11 When you clone you will have the entire repository. After you make a change, you can run {{{ git status }}}
     11When you clone you will get the entire history of the ports tree, with the latest version being checked out in the filesystem.
     12After you make a change, you can run {{{ git status }}}
    1213and get something like this.
    1314{{{