File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,16 @@ names---with particular commits. For example, immediately after doing a
2727commit, you could say ` git tag hw4-part1b ` , and thereafter you could
2828use ` git diff hw4-part1b ` to see differences since that commit, rather
2929than remembering its commit ID. Note that after creating a tag in your
30- local repo, you need to say ` git push origin --tags ` to push the tags to
31- a remote. (Tags are ignored by deployment remotes such as Heroku, so
32- there's no point in pushing tags there.)
30+ local repo, you need to say ` git push YOUR_REMOTE --tags ` to push the tags to
31+ your remote. See 'add' in the [ git-remote man page] ( https://git-scm.com/docs/git-remote )
32+ for how to add remotes. (Tags are ignored by deployment remotes such as Heroku,
33+ so there's no point in pushing tags there.)
34+
35+ > NOTE: Pushing your homework to a public repo is against the edX Honor Code.
36+ Unless you have GitHub premium service which allows private repositories, you should
37+ use some other code host for this such as [ notabug] ( https://notabug.org/ ) ,
38+ [ gitlab] ( https://gitlab.com/ ) , or [ bitbucket] ( https://bitbucket.org/ )
39+ and be sure that your repo is private.
3340
3441** Part 1: Create a declarative scenario step for adding movies**
3542
You can’t perform that action at this time.
0 commit comments