Skip to content

Commit

Permalink
add some common files
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Oct 15, 2016
1 parent fd828c6 commit 90656de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# FriceEngine on Lisp

Racket edition of frice engine is a little different from others(JVM/CLR).

# Contributors

+ [Syntacticlosure](https://github.com/Syntacticlosure)



2 changes: 2 additions & 0 deletions pull.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git.exe pull --progress --no-rebase -v "origin" master
pause
5 changes: 5 additions & 0 deletions push.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
git stage *
git commit * -m "commit via push.cmd"
git push origin master
pause

0 comments on commit 90656de

Please sign in to comment.