Changes between Version 66 and Version 67 of members/GRIP-UQAM
- Timestamp:
- Mar 27, 2016, 5:26:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v66 v67 213 213 == {{{git}}} for Drupal == 214 214 {{{#!application/x-shellscript 215 $ git ls-remote --tags <repository> | sort --key=2 --version-sort | less 215 216 $ git clone --branch <branch or tag> <repository> <directory> 216 217 }}} … … 224 225 }}} 225 226 {{{#!application/x-shellscript 227 $ git ls-remote --tags https://github.com/drupal-composer/drupal-core | sort --key=2 --version-sort | less 226 228 .../share$ git clone --branch 8.0.5 "https://github.com/drupal-composer/drupal-core" github.com/drupal-composer/drupal-core/8.0.5 227 229 .../share$ cd github.com/drupal-composer/drupal-core/8.0.5 ; git branch -v