1.git init 初始化
2.git add * 添加項(xiàng)目到池本地
3.git commit -m "提交信息"添加項(xiàng)目到緩存空間
4.git push https://github.com/zhouSUway/MyNetKing.git master 提交項(xiàng)目文件到github上
5.git status 查看本地的項(xiàng)目是否到了池本地
6.git log 查看添加的項(xiàng)目是否到來緩存里 通過顏色來區(qū)分差別
7.git branch suway 新建push分支
8.git checkout suway 切換push 分支
9.git show 顯示
10.git 查看說明
11.3fdbece4a8dc8227e27f539460a8b34c
12.wx362e964c5b2b7333
13.git clone https://github.com/zerqu/qingcheng.git 將GitHub上的項(xiàng)目克隆到本地
- $ npm install
Run development server with:
$ node server.js