码迷,mamicode.com
首页 >  
搜索关键字:git bash    ( 46194个结果
git 笔记
Step: Configure GitOnce it is installed, open terminal (aka Bash, aka Shell, aka Prompt). You can verify that it's really there by typing:$ git --vers...
分类:其他好文   时间:2015-01-11 16:00:07    阅读次数:337
GitHub:仓库的容量配额限制
原文:https://help.github.com/articles/what-is-my-disk-quota/ What is my disk quota?磁盘配额限制是多少? GitHub doesn't have any set disk quotas. We try to provide abundant storage for all Git repo...
分类:其他好文   时间:2015-01-11 12:25:28    阅读次数:3757
mac 下更新 .bash_profile 文件
1、打开terminal(终端)2、cd ~ (进入当前用户的home目录)3、open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile)4、直接更改弹出的.ba...
分类:系统相关   时间:2015-01-11 10:55:18    阅读次数:174
sliding menu
http://www.androiduipatterns.com/2012/06/emerging-ui-pattern-side-navigation.htmlhttps://github.com/mattlogan/CircleMenu/tree/master/samplehttps://git...
分类:其他好文   时间:2015-01-10 23:40:58    阅读次数:225
使用cocoapods碰到的难题
-------------报错----------1、git clone error: RPC failed; result=56, HTTP code = 200解决办法:git config --global http.postBuffer 524288000(尽量大)http.postBuff...
分类:其他好文   时间:2015-01-10 22:20:28    阅读次数:280
[入门级] 基于 visual studio 2010 mvc4 的图书管理系统开发初步 (二)
[入门级] 基于 visual studio 2010 mvc4 的图书管理系统开发初步 (二)Date周六 10 一月 2015By钟谢伟Categorywebsite developmentTagsasp.net/mvc4相关资源ibatis manualpro git廖雪峰的官方网站BookM...
分类:Web程序   时间:2015-01-10 21:01:22    阅读次数:255
git删除目录下的所有文件并提交
git删除指定目录下的 所有文件, 命令如下: 1 删除 删除命令列表: 'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] ... 强制删除.idea下的所有文件 git rm -fr .idea 2 注释 git commit -t "无用" 3...
分类:其他好文   时间:2015-01-10 18:16:43    阅读次数:247
history and its relevant variables in Linux/GNU and Mac OS history命令以及相关环境变量
对于Terminalor们,history命令并不陌生,什么!n, !!更是很常用的,而且您在命令行敲的cmds是默认保存在/home/$USER/.bash_history(linux)/Users/$USER/.bash_history(Mac)下的。但是history不只是这个样子:存了命令然...
分类:系统相关   时间:2015-01-10 17:51:13    阅读次数:287
[转]上传项目代码到github
1.注册账户以及创建仓库 要想使用github第一步当然是注册github账号了。之后就可以创建仓库了(免费用户只能建公共仓库),Create a New Repository,填好名称后Create,之后会出现一些仓库的配置信息,这也是一个git的简单教程。2.安装客户端tortoiseGit g...
分类:Web程序   时间:2015-01-10 16:34:51    阅读次数:163
git gc内存错误的解决方案
Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 9231,...
分类:其他好文   时间:2015-01-10 16:21:28    阅读次数:1394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!