Commit 78c8fb15 authored by wangqinghua's avatar wangqinghua

update

parent d9eadc90
...@@ -44,3 +44,9 @@ v2.0.1 修复选择节点之后 流量查询不出来 ...@@ -44,3 +44,9 @@ v2.0.1 修复选择节点之后 流量查询不出来
scp -r 22 build/www root@10.10.38.99:/home/nginx scp -r 22 build/www root@10.10.38.99:/home/nginx
scp -r 22 build/wx root@10.10.38.99:/home/nginx/www scp -r 22 build/wx root@10.10.38.99:/home/nginx/www
git 命令:
创建分支 git checkout -b test
删除分支 git branch -D test
合并分支到master上面 git checkout --patch test
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