随笔分类 -  软件工程/项目管理

摘要:https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting/file-level-operations最近不小心在自己的git branch上误提交了一些改动,想回到之前的状态(就是working dire... 阅读全文
posted @ 2015-10-20 16:00 waytofall 阅读(330) 评论(0) 推荐(0)
摘要:checkout指定tagcd /path/to/yoursubmodulegit checkout yourTagcd ..git add yoursubmodulegit commit -m "use submoduile at tag xx"git pushhttp://stackoverfl... 阅读全文
posted @ 2015-09-30 10:18 waytofall 阅读(490) 评论(0) 推荐(0)
摘要:Subversion有一个很标准的目录结构,是这样的。比如项目是proj,svn地址为svn://proj/,那么标准的svn布局是svn://proj/|+-trunk+-branches+-tags这是一个标准的布局,trunk为主开发目录,branches为分支开发目录,tags为tag存档目... 阅读全文
posted @ 2015-02-25 15:21 waytofall 阅读(788) 评论(0) 推荐(0)