From a33d0db91a622f76da59fe05adff2cf385028bdf Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Sat, 12 Mar 2022 14:53:17 -0600 Subject: [PATCH] Update branch information (#357) --- _docs/030_getting_started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_docs/030_getting_started.md b/_docs/030_getting_started.md index aebbd34..939d921 100644 --- a/_docs/030_getting_started.md +++ b/_docs/030_getting_started.md @@ -14,7 +14,12 @@ Start out with an empty local repository Eventually you will want to push the local repo to a remote. yadm remote add origin - yadm push -u origin master + yadm push -u origin : + + +The default branch used is dependent upon your version of Git, your remote +repository, and your configurations. + ### If you have an existing remote repository Clone your existing repo using yadm.