Commit 6b89dd4f by Tulip Li

updata(log) : update some commands

parent 346c1186
...@@ -4,6 +4,9 @@ docker-compose up ...@@ -4,6 +4,9 @@ docker-compose up
npm run fe npm run fe
forego start forego start
tail -f log/webpack.app.log //输出log tail -f log/webpack.app.log //输出log
cd r-jaguar && PORT=8888 npm run dev 2>&1 >../log/ssr.render.log
DISABLE_UNICORN_KILLER=1 PRODUCT_NAME= RACK_ENV=none RAILS_ENV=development bundle exec unicorn -p 3000 -c unicorn_dev.rb
``` ```
* update package * update package
...@@ -25,3 +28,8 @@ bundle exec rake seed_cool:all seed_cool:basic_settings ...@@ -25,3 +28,8 @@ bundle exec rake seed_cool:all seed_cool:basic_settings
lsof -i tcp:port lsof -i tcp:port
kill PID kill PID
``` ```
* 运行mock server
```
server start
```
\ No newline at end of file
* 拆分commit * 拆分commit
...@@ -14,3 +14,8 @@ ...@@ -14,3 +14,8 @@
* 代码丢失 * 代码丢失
_[请前往0905](https://cd.i.strikingly.com/tulip.li/log/blob/master/2017/09/0905.md)_ _[请前往0905](https://cd.i.strikingly.com/tulip.li/log/blob/master/2017/09/0905.md)_
* 回到原先某个commit
`git reset <id>`
`git checkout` 放弃当前的修改
`git clean` 放弃新建的文件
\ No newline at end of file
`dozer push bobcat <分支名> <环境名>` 上线了/jp/sxl
`dozer push bobcat <分支名> <环境名>` 上线了/jp/sxl
`morpheus push bobcat <分支名> <环境名>` strikingly/cn
`@morpheus ls -r deploys` --查询
`@dozerls -r deploys` --查询
撤销操作: u
撤销操作: u
yy 复制整行
dd 剪切整行
p 粘贴
\ No newline at end of file
20171017:
20171017:
ecommerce: add share card
v0.0.1 :mp-ecommerce-0.0.2-feat: add share card
v0.0.2 :mp-ecommerce-0.0.2-feat: add share card
v0.0.5 :mp-ecommerce-0.0.5-fix:新增分享卡片功能
v0.0.6 :mp-ecommerce-0.0.5-fix:新增分享卡片功能
examminiprogram:
v0.0.6 mp-0.0.6 updata: update new data to case
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment