Skip to content

Commit

Permalink
fix mistake in git example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Apr 6, 2013
1 parent 378fb09 commit c91c47c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/manual/packages.rst
Expand Up @@ -70,9 +70,12 @@ already have one. For example, create a new repository called
6. Add at least one git commit and push it to the remote repository::

# Do some stuff
git add #new files
git add -A . #for all changes, or give an explicit file list to avoid checking in binaries and temporary
git commit
git push remote github
git push -u github master

7. If the previous commands are new to you, this is probably a good time to
go read an explanation of how git works.

Distributing a Julia package
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c91c47c

Please sign in to comment.