TypechoJoeTheme

半醉残影

统计
Git

git 常用命令

2022-03-04
/
5 评论
/
461 阅读
/
正在检测是否收录...
03/04

git 常用命令

撤销add

git reset HEAD

撤销commit

git reset --soft HEAD^

切换的某个提交点

加入新的地址

一份代码提交多个账户

git remote set-url --add origin git@github.com:aidreamwin/weilaiche_data.git

强制覆盖本地代码

git强制覆盖:
    git fetch --all
    git reset --hard origin/master
    git pull

git强制覆盖本地命令(单条执行):
    git fetch --all && git reset --hard origin/master && git pull

多分支操作

    1. push
        1. git push REMOTE '*:*'
        2. git push REMOTE --all
    2. pull
        1. git fetch --all
        2. git pull --all
//远程分支覆盖本地所有分支
git pull --all
for branch in `git branch -a | grep remotes | grep -v HEAD`; do git checkout -f -t -B ${branch##remotes/origin/} $branch; done;
git checkout master
Git
朗读
赞(0)
赞赏
感谢您的支持,我会继续努力哒!

三合一收款

下面三种方式都支持哦

微信
QQ
支付宝
打开支付宝/微信/QQ扫一扫,即可进行扫码打赏哦
版权属于:

半醉残影

本文链接:

https://blog.dengyb.com/archives/121/(转载时请注明本文出处及文章链接)

评论 (5)
  1. htzdsyndmu 作者
    Windows 10 · Google Chrome

    想想你的文章写的特别好www.jiwenlaw.com

    2024-10-06 回复
  2. ijjjumrcuv 作者
    Windows 10 · Google Chrome

    紧急攻略:单机传奇私服元宝领取难题一站式解决方案:https://501h.com/heji/19462.html

    2024-11-12 回复
  3. lsustsdput 作者
    Windows 10 · Google Chrome

    你的文章让我心情愉悦,真是太棒了! http://www.55baobei.com/HukYv66NTJ.html

    2024-11-16 回复
  4. bbyekdounb 作者
    Windows 10 · Google Chrome

    《青春援助交际国语》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/133521.html

    2024-12-06 回复
  5. fybnzglxzx 作者
    Windows 10 · Google Chrome

    《寻找薇薇安迈尔》记录片高清在线免费观看:https://www.jgz518.com/xingkong/60154.html

    2024-12-15 回复