From 6a7f941a1877e309bead5d35f72ed988091deb4d Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 22 Jan 2018 15:47:51 -0500 Subject: [PATCH] Update github.txt Add more detail about using hashes/shas for requirements in this file. --- requirements/edx/github.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 8ae292a6b7..83eb7f8680 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -29,7 +29,9 @@ # # * TAG-OR-SHA is the specific commit to install. It must be a git tag, # or a git SHA commit hash. Don't use branch names here. If OWNER is -# not an edX organization, then it must be a SHA. +# not an edX organization, then it must be a SHA. If you use a SHA, +# please make sure there is a tag associated with it, so the commit can't +# be lost during rebase. # # * DIST-NAME is the distribution name, the same name you'd use in a # "pip install" command. It might be different than REPO-NAME. It must