aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git3
1 files changed, 3 insertions, 0 deletions
diff --git a/git b/git
index 16b8f4f..67c5afe 100644
--- a/git
+++ b/git
@@ -7,6 +7,9 @@ git branch --set-upstream-to=origin/master master
git branch new-branch
git switch new-branch
+
+git checkout -b new-branch
+
git switch master
git merge new-branch