diff --git a/README.md b/README.md index e5d0b54..cda2694 100644 --- a/README.md +++ b/README.md @@ -323,15 +323,17 @@ gimmegit [] [] [-- ] (1) gimmegit [] [-- ] (2) 1. Clone a GitHub repo and check out a new branch. - is one of: - • /. For example, 'dwilding/frogtab'. is optional if the - GIMMEGIT_GITHUB_TOKEN environment variable contains a personal access token. - • A repo URL. For example, 'https://github.com/dwilding/frogtab'. - is the name of a branch that doesn't already exist. gimmegit generates a - branch name if you omit . For example, 'snapshot0801' on August 1. - 2. Clone a GitHub repo and check out an existing branch. - is a URL such as 'https://github.com/dwilding/frogtab/tree/fix-something'. + + One of: + • /. For example, 'dwilding/frogtab'. is optional if + the GIMMEGIT_GITHUB_TOKEN environment variable contains an access token. + • A repo URL. For example, 'https://github.com/dwilding/frogtab'. + + Name of a branch that doesn't already exist in the repo. gimmegit generates a + branch name if you omit . For example, 'snapshot0801' on August 1. + + A branch URL such as 'https://github.com/dwilding/frogtab/tree/fix-something'. ▶ DIRECTORY STRUCTURE diff --git a/src/gimmegit/_help.py b/src/gimmegit/_help.py index e26bc32..77be429 100644 --- a/src/gimmegit/_help.py +++ b/src/gimmegit/_help.py @@ -8,15 +8,17 @@ gimmegit [] [-- ] (2) 1. Clone a GitHub repo and check out a new branch. - is one of: - • /. For example, 'dwilding/frogtab'. is optional if the - GIMMEGIT_GITHUB_TOKEN environment variable contains a personal access token. - • A repo URL. For example, 'https://github.com/dwilding/frogtab'. - is the name of a branch that doesn't already exist. gimmegit generates a - branch name if you omit . For example, 'snapshot0801' on August 1. - 2. Clone a GitHub repo and check out an existing branch. - is a URL such as 'https://github.com/dwilding/frogtab/tree/fix-something'. + + One of: + • /. For example, 'dwilding/frogtab'. is optional if + the GIMMEGIT_GITHUB_TOKEN environment variable contains an access token. + • A repo URL. For example, 'https://github.com/dwilding/frogtab'. + + Name of a branch that doesn't already exist in the repo. gimmegit generates a + branch name if you omit . For example, 'snapshot0801' on August 1. + + A branch URL such as 'https://github.com/dwilding/frogtab/tree/fix-something'. ▶ DIRECTORY STRUCTURE