git指令

来源:互联网 发布:排列组合公式算法p 编辑:程序博客网 时间:2024/05/29 13:43

git clone git项目地址 project-name

cd project-name

cnpm install 

cnpm start


git branch 查看当前分支

git checkout  otherbranch 切换到otherbranch分支

原创粉丝点击