Changing git suggestion re: Eli and Sam in Planet 2 docs

This commit is contained in:
Jay McCarthy 2012-11-08 13:53:56 -07:00
parent 1d3aa61c2a
commit 4649d59125

View File

@ -280,7 +280,7 @@ Then initialize the Git repository locally and do your first push:
@commandline{git add *}
@commandline{git commit -m "First commit"}
@commandline{git remote add origin https://github.com/<username>/<package-name>.git}
@commandline{git push origin master}
@commandline{git push -u origin master}
Now, publish your package source as: