是伍尚金哇_v

Git的几个简单常用命令

电脑版发表于:2020/10/27 18:13


命令备注说明
git init用来在当前项目的目录中生成本地的git管理库,当前目录下多了一个.git的隐藏文件夹
git add .将该文件夹中所有的文件添加到仓库中,如果想添加特定文件,把 .换成对应的文件名即可
git commit -m "first commit本次提交的日志信息,方便后期查询日志,双引号中的字符自定义修改
git config --global user.email "RookieCoder"给该项目设置Github账号。email改为name即可设置Git密码
git remote add origin https://githubcom/RookieCoder/....设置仓库地址
git push -u origin master提交更改,master为仓库分支,


本文转载于百度经验:https://jingyan.baidu.com/article/295430f18d33490c7e0050e4.html

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢