Skip to content

Commit

Permalink
Update theme. Update update script to do an upstream merge vs. rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Feb 24, 2012
1 parent 2a9ac7b commit 9b0f80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/clean
Submodule clean updated 1 files
+11 −7 views/master.sass
2 changes: 1 addition & 1 deletion update.sh
Expand Up @@ -4,7 +4,7 @@ git commit -m "Commit changes prior to template update"
git checkout upstream
git pull upstream master
git checkout master
git rebase upstream
git merge upstream
cd themes/clean
git pull origin master
cd ../..
Expand Down

0 comments on commit 9b0f80c

Please sign in to comment.