Changes between Version 66 and Version 67 of members/GRIP-UQAM


Ignore:
Timestamp:
Mar 27, 2016, 5:26:22 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v66 v67  
    213213== {{{git}}} for Drupal ==
    214214{{{#!application/x-shellscript
     215$ git ls-remote --tags <repository> | sort --key=2 --version-sort | less
    215216$ git clone --branch <branch or tag> <repository> <directory>
    216217}}}
     
    224225}}}
    225226{{{#!application/x-shellscript
     227$ git ls-remote --tags https://github.com/drupal-composer/drupal-core | sort --key=2 --version-sort | less
    226228.../share$ git clone --branch 8.0.5 "https://github.com/drupal-composer/drupal-core" github.com/drupal-composer/drupal-core/8.0.5
    227229.../share$ cd github.com/drupal-composer/drupal-core/8.0.5 ; git branch -v