Skip to content

Commit caa2b2b

Browse files
committed
Use 'git clone -b stable ...' in Getting Started instructions
This lets us switch the default branch back to master so PRs are based properly but also avoids grabbing master before a release.
1 parent f73b19c commit caa2b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ version][5].
7373
1. [Download the latest release version][release] and extract *or* clone the
7474
repository using Git:
7575

76-
`git clone https://github.com/github/backup-utils.git`
76+
`git clone -b stable https://github.com/github/backup-utils.git`
7777

7878
2. Copy the [`backup.config-example`][2] file to `backup.config` and modify as
7979
necessary. The `GHE_HOSTNAME` value must be set to the GitHub Enterprise

0 commit comments

Comments
 (0)