随笔分类 -  08、项目管理

Git等相关的各种项目管理工具及其使用经验
摘要:1、提交 git commit -a -m "Your message" 2、推送 git push 3、查看状态 git status 阅读全文
posted @ 2016-09-28 19:15 AijunHe 阅读(667) 评论(0) 推荐(0)
摘要:直接在命令行敲: git push -f origin master 注释: origin 远程仓库名, master 分支名, -f 为force,意为:强行、强制。 这行命令的意思就是强制用本地的代码去覆盖掉远程仓库的代码,敲 git push --help 可查看官方的解释(英文的)。当然不止 阅读全文
posted @ 2016-04-09 13:33 AijunHe 阅读(608) 评论(0) 推荐(0)
摘要:SourceTree是一个免费的Git图形化管理工具,可以在Windows和Mac OS X下安装和使用。 下载地址:https://www.sourcetreeapp.com/ 1、下载Windows版本,当前版本为SourceTreeSetup_1.7.0.32509.exe; 2、运行Sour 阅读全文
posted @ 2016-02-16 12:16 AijunHe 阅读(316) 评论(0) 推荐(0)
摘要:Coding.net上项目的“转让”和“删除” 点击进入你要删除的项目。 点击“设置” 点击 “高级设置”,然后点击“删除项目” 阅读全文
posted @ 2016-02-15 13:55 AijunHe 阅读(1655) 评论(0) 推荐(0)
摘要:It’s been about one week since I started the iOS immersive class at The Flatiron School in NYC. To say I’ve learned a lot in 7 days is an understateme 阅读全文
posted @ 2016-02-01 13:26 AijunHe 阅读(294) 评论(0) 推荐(0)