Update github.txt

Add more detail about using hashes/shas for requirements in this file.
This commit is contained in:
Feanil Patel
2018-01-22 15:47:51 -05:00
committed by GitHub
parent 3959509696
commit 6a7f941a18

View File

@@ -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