Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ginfung committed Jan 17, 2017
1 parent 7f43d33 commit 328d16e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ target/
#Ipython Notebook
.ipynb_checkpoints
.idea/

local_push.sh

6 changes: 6 additions & 0 deletions localpush.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
git add --all
git commit -m "update"
git push

pip install lace --upgrade

0 comments on commit 328d16e

Please sign in to comment.