Skip to content

Commit

Permalink
same day changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Sep 23, 2020
1 parent c444c6b commit fbde6ad
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
5 changes: 4 additions & 1 deletion continue.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
E:
cd JavaProjects\Nuxt\Project
cd "JavaProjects\Rails Test\chat_test"
start .
code .
start
2 changes: 2 additions & 0 deletions gitit.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@echo off
set now=%cd%
cd /d %Zel%
cd Zelone
Expand All @@ -11,3 +12,4 @@ git add *.bat
git commit -m "%*"
git push -u origin master
cd /d %now%
@echo on
2 changes: 1 addition & 1 deletion initenv.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
virtualenv env
env\Scripts\activate
git init
git
git status
pip install jupyter
start jupyter notebook
stopenv
4 changes: 0 additions & 4 deletions jpython.cmd

This file was deleted.

2 changes: 2 additions & 0 deletions rails/scaffold.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rails g scaffold %*
rails db:migrate
4 changes: 4 additions & 0 deletions rails/zrails.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rails new %1 --db=%2
cd %1
pause
rails db:create
2 changes: 0 additions & 2 deletions snapshot.cmd

This file was deleted.

3 changes: 0 additions & 3 deletions zcode.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion zcommit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ git status
git add .
git status
git commit -m '%1'
git push origin %2
git push origin master
@echo on

0 comments on commit fbde6ad

Please sign in to comment.