随笔分类 -  git

摘要:参考: http://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule 1. Delete the relevant section from the .gitmodules file.2. Stage the .gitm 阅读全文
posted @ 2016-07-28 17:45 qike 阅读(295) 评论(0) 推荐(0)
摘要:https://gitsubmoduleasandroidtudiomodule.blogspot.in/I'm writing this blog to make the development process easy and faster. This is specific to Androi 阅读全文
posted @ 2016-07-20 21:30 qike 阅读(347) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects ########################## .gitignore file for Xcode4 and Xcode5 Source pr 阅读全文
posted @ 2016-07-05 20:02 qike 阅读(283) 评论(0) 推荐(0)
摘要:I have a project with lots of hidden folders / files in it. I want to create a zip-archive of it, but in the archive shouldn't be any hidden folders / 阅读全文
posted @ 2016-07-03 12:19 qike 阅读(263) 评论(0) 推荐(0)
摘要:By Jon Saints - 26 Jan 2011 UPDATED: 5/30/2015 - Fixed inaccurate description of where files are stored in bare git repositories and updated explanati 阅读全文
posted @ 2016-07-03 12:14 qike 阅读(333) 评论(0) 推荐(0)
摘要:参考: http://stackoverflow.com/questions/1786027/how-to-view-file-history-in-git Use git log to view the commit history. Each commit has an associated r 阅读全文
posted @ 2016-05-12 18:57 qike 阅读(635) 评论(0) 推荐(0)
摘要:参考: https://help.github.com/articles/changing-a-remote-s-url/The git remote set-url command changes an existing remote repository URL. The git remote 阅读全文
posted @ 2016-05-05 14:09 qike 阅读(141) 评论(0) 推荐(0)
摘要:参考: https://www.linux.com/learn/how-run-your-own-git-server Install Git on your server In this tutorial we are considering a use-case where we have a 阅读全文
posted @ 2016-05-05 14:05 qike 阅读(246) 评论(0) 推荐(0)