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.