Skip to content

Commit

Permalink
update gitmove
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams committed Aug 24, 2011
1 parent 876130f commit 8093b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GITMOVE
Expand Up @@ -12,6 +12,10 @@ How to do a release:
$ cd doc
$ make html
$ cd build/html

# if you haven't already, you need to make sure the submodule is on the
# gh-pages branch
$ git checkout --track -b gh-pages origin/gh-pages
$ git commit -a -m 'made some changes, yo'
$ git push

Expand All @@ -27,4 +31,4 @@ $ git push --tags

# create the zip and egg files
$ ./mkrelease ~/
# upload them to github
# upload them to github

0 comments on commit 8093b80

Please sign in to comment.