From e8183f30f176b0a4e773a0a2653d4be8c3d2aa8e Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Fri, 5 Dec 2014 16:30:31 +0100 Subject: [PATCH] Update subtree-split commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f765205e7..4a41ca9ae1 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ cd drupal-core #### Push the split repository ```bash # Push the 8.0.x branch -./subtree-push branch 8.0.x +./subtree-split push branch 8.0.x # Push the 8.0.0-beta2 tag -./subtree-push tag 8.0.0-beta2 +./subtree-split push tag 8.0.0-beta2 ``` #### Configuration