git简单使用

来源:互联网 发布:网络刷单兼职可信吗 编辑:程序博客网 时间:2024/04/27 14:40

1.git branch 查看分支

git clone git地址 从远程下载代码

git status 查看已经修改的代码

git add . 添加所有要提交的代码

git add 代码 添加指定的代码

git commit -am “注释” 提交代码到本地

git push origin 分支名 首次提交代码使用

0 0
原创粉丝点击