随笔分类 - git
摘要:1、合并多个commit 如果是合并3个 f1f92b 这个是之前第4个 git release -i f1f92b 可以参考以下链接 「Git」合并多个 Commit
阅读全文
摘要:http://www.open-open.com/lib/view/open1428900970330.html 安装git 1)windows 安装msysgit,下载地址:http://msysgit.github.io/ 安装的时候,基本选择默认设置,但是: 在Adjusting your P
阅读全文
摘要:On most systems the default private keys (~/.ssh/id_rsa, ~/.ssh/id_dsa and ~/.ssh/identity) are automatically added to the SSH authentication agent. Y
阅读全文
摘要:有时候使用Git工作得小心翼翼,特别是涉及到一些高级操作,例如 reset, rebase 和 merge。甚至一些很小的操作,例如删除一个分支,我都担心数据丢失。 不 久之前,我在做一些大动作(rebasing)之前,我总是备份整个版本库,以防万一。直到最近我才发现git的历史记录是不可修改的,也
阅读全文
摘要:Git教程 Git教程 Git教程 推荐一个特别好用的在线训练软件 http://pcottle.github.io/learnGitBranching/ Git 代码库 Admin Frontend: "git clone ssh://git@192.168.6.4:2222/xmlife-ope
阅读全文
摘要:git 如何查看git项目在哪个路径下 git remote -v //查看当前仓库执行过的操作的日志 git reflog //初始化git git init //合并多个(2个或2个以上)commit git rebase -i HEAD~4 pick b3d29ba tmp fixup dd3
阅读全文
摘要:mac 下安装git 来自 https://github.com/Homebrew/legacy-homebrew/issues/40519
阅读全文

浙公网安备 33010602011771号