Skip to content

Commit bb66337

Browse files
committed
Case 27689; updated README
1 parent 28942ac commit bb66337

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ e.g. https://raw.githubusercontent.com/dennisinteractive/drupal_console_commands
1717
- drupal **site:new**
1818
Builds a new site using Drupal project as template https://github.com/dennisinteractive/drupal-project
1919

20-
- drupal **site:checkout** *site-name*
20+
- drupal **site:checkout** *site-name* [--branch|--tag]
21+
Performs a git clone and checks out the specified branch or tag
22+
23+
- drupal **site:checkout:tag** *site-name* --tag
24+
Performs a git clone and checks out the specified tag/revision
25+
26+
- drupal **site:checkout:branch** *site-name* --branch
2127
Performs a git clone and checks out the specified branch
2228

2329
- drupal **site:compose** *site-name*

0 commit comments

Comments
 (0)