git基础简单实用
Posted 行走江湖的码农
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git基础简单实用相关的知识,希望对你有一定的参考价值。
git init 初始化
git clone “url” git url
git add 文件名 添加个单个文件
git commit -am “描述” 提交文件
输入git账户:XXXX@qq.com
git密码
git checkout demo 切换到demo分支
git status 查看git状态
git在提交前,需要先更新github上面的文件
git pull https://gitxxxxx.com demo 更新文件
git push https://gitxxxxx.com demo 推送文件到github上
git的版本是一串不规则字符串
暂时项目用的指令有这些
更新后续添加更新。。。。。。
以上是关于git基础简单实用的主要内容,如果未能解决你的问题,请参考以下文章