随笔分类 - Git
Git
摘要:https://blog.csdn.net/weixin_30598225/article/details/96765592 原文:https://github.com/kadishmal/tilchi.com/wiki/GitHub-Fix-invalid-email-address-in-Rep
阅读全文
摘要:https://www.cnblogs.com/fireporsche/p/9359130.html git config配置 在git中,我们使用git config 命令用来配置git的配置文件,git配置级别主要有以下3类: 1、仓库级别 local 【优先级最高】 2、用户级别 global
阅读全文
摘要:1、在本地commit之后,Git push到远端分支之前 2、如果不想推送到远端,撤销本地的commit操作 git reset HEAD~ 撤销所有本地提交命令
阅读全文
摘要:Git冲突:commit your changes or stash them before you can merge. 解决办法 http://www.aikaiyuan.com/8875.html 用git pull来更新代码的时候,遇到了下面的问题: 1 2 3 4 error: Your
阅读全文
摘要:0.安装git sudo apt-get install git 1. 配置用户名和邮箱 zhan052@krk-nas:~> git config --global user.name git config --global user.email "hongjian.zhang@nokia-sbe
阅读全文

浙公网安备 33010602011771号