|
git clone https://github.com/zhaozhh/xxx.git %克隆服务器上的xxx代码。
git branch %查看工作分支是那个,一般用不到 git status %查看分支状态
1、删除文件 xxx.txt
git rm xxx.txt git commit -m "remove xxx.txt" git push origin master
2、提交代码到github
git checkout xxx %xxx: 分支名 git pull %从github上拉取最新代码,如果github的代码如果被修改的话。 git add . %提交全部文件 git commit -m "comments" %提交代码并注释。
更详细的参看:https://www.cnblogs.com/allanli/p/git_commands.html
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-26 17:52
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社