随笔分类 -  git

git&github
摘要:➜ project git:(master) gitk Error in startup script: unknown color name "lime" (processing "-fill" option) invoked from within "$progresscanv create rect -1 0 0 $h -fill lime" (procedure... 阅读全文
posted @ 2017-04-13 09:42 ieayoio 阅读(311) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://zhyq0826.iteye.com/blog/1671638 如果不小心commit了一个不需要commit的文件,可以对其进行撤销。 先使用git log 查看 commit日志 Python代码 commit 422bc088a7d6c5429f1d0760d008d8 阅读全文
posted @ 2016-07-19 20:32 ieayoio 阅读(316) 评论(0) 推荐(0) 编辑
摘要:参考链接:http://www.lai18.com/content/10706682.html 安装了git-gui,打开以后出现以下提示:Spell checking is unavable:error:No word lists can be found for the language "zh 阅读全文
posted @ 2016-07-01 18:21 ieayoio 阅读(1157) 评论(0) 推荐(0) 编辑
摘要:$ git clone ... $ git status 查看状态 $ git commit -am "XXX" 提交信息 $ git commit -am "XXXX" --amend 修改刚刚提交 $ git pull 更新 $ git push 推送到远程 $ git diff 查看修改 $ 阅读全文
posted @ 2016-02-25 12:16 ieayoio 阅读(272) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://blog.csdn.net/iefreer/article/details/7679631 如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候, 在发布这个配置文件的时候,会发生代码冲突: error: Your local changes 阅读全文
posted @ 2016-01-30 16:05 ieayoio 阅读(238) 评论(0) 推荐(0) 编辑
摘要:git commit -am "test 3" git pull 用自己的:git checkout --ours xxxx路径xxxx 用他人的:git checkout --theirs xxxx路径xxxx 手动修改 git push 阅读全文
posted @ 2016-01-30 15:53 ieayoio 阅读(188) 评论(0) 推荐(0) 编辑
摘要:gitcommit -a 在vi里输入一些内容 wq退出,git pull, git push 阅读全文
posted @ 2016-01-22 17:23 ieayoio 阅读(295) 评论(0) 推荐(0) 编辑
摘要:git教程:http://www.runoob.com/git/git-tutorial.htmlssh key的生成:https://help.github.com/articles/generating-ssh-keys/#platform-windows廖雪峰:http://www.liaox... 阅读全文
posted @ 2016-01-22 14:33 ieayoio 阅读(171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示