git

git init 建立仓库
git status 状态
git add index.php 提交到暂存区   git add .
git commit -m "备注信息" 提交到版本库
git rm qq.txt 删除 




git remote add origin https://gitee.com/ohh_suc/lianshou.git 为本地库添加远程库
git push origin master push推代码 推送到别名为origin的远程库去




git clone https://gitee.com/ohh_suc/lianshou.git 克隆下来
git pull lianshou master




git log --pretty=oneline  日志




git reflog 操作日志




git reset --hard HEAD^^^^ 切换版本
git reset --hard 版本号












git branch  查看分支
git branch 分支名 新建分支
git checkout wechat 切换分支
git branch -d wechat 删除分支
git merge wechat 合并分支




git remote -v 查看远程仓库别名
git remote remove lianshou 删除远程库别名








ssh-keygen -t rsa -C "xxxxx@xxxxx.com" 生成 sshkey
cat ~/.ssh/id_rsa.pub  查看你的 public key
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值