
git
GodEleven
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python django1.9.7 ubuntu 14.03 环境部署记录
本文所有操作都是依据我当前使用的系统所必须的:操作系统ubuntu 14.03 LTS 国内使用,我首先更改了ubuntu的软件中心的源,打开ubuntu software center - edit - software sources ----------------源选择结束------------------- 1、安装python,查看了系统里自带的pyth原创 2016-06-29 19:25:24 · 458 阅读 · 0 评论 -
git强制更新本地代码,忽略掉本地任何修改
在网上查到的方法,做保留 git fetch --all git reset --hard origin/master 还有一种方法,个人觉得是一种变通 git stash git pull git stash clear原创 2016-06-17 10:49:49 · 3874 阅读 · 0 评论