为编程爱好者分享易语言教程源码的资源网

网站首页 > 电子书书籍 正文

Git常用命令大全.pdf

三叶资源网 2020-08-02 10:51:57 电子书书籍 1147 ℃ 0 评论

Git命令参考手册(文本版) git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # 配置用户名 git config --global user.email "xxx@xxx.com" # 配置邮件 git config --global color.ui true # git status等命令自动着色 git config --global color.status auto git config --global color.diff auto git config --global color.branch auto git config --global color.interactive auto git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库 git status # 查看当前版本状态(是否修改) git add xyz # 添加xyz文件至index git add . # 增加当前子目录下所有更改过的文件至index git commit -m 'xxx' # 提交 git commit --amend -m 'xxx' # 合并上▲次提交(用于反复修改) git commit -am 'xxx' # 将add和commit合为▲步 git rm xxx # 删ஔindex中的文件 git rm -r * # 递归删ஔ git log # 显示提交日志

文件下载

来源:三叶资源网,欢迎分享,公众号:iisanye,(三叶资源网⑤群:21414575

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

百度站内搜索
关注微信公众号
三叶资源网⑤群:三叶资源网⑤群

网站分类
随机tag
拼多多下单阿里系最新地址库线程巨人拉车卷帘式菜单仿易语言IDE左右按键动态调用DLL插件COM对象组件go语言适合写游戏吗火山移动post动画框应用例程fiddler谷歌浏览器企鹅FM评论易编辑框源码订单监控QQ群引流高并发http模型
最新评论