本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
git push 命令
git push 完整命令:git push origin localbranch:remotebranch,在本地分支和远程分支没有关联的情况下,本地分支和远程分支必须有一个、
1.当忽略掉远程分支名字时,只有本地分支名字,意味着远程分支名字等同于本地分支名字,如:git push origin localbranch
2.当忽略掉本地分支名字时,只有远程分支名字,意味着删除远程分支 ...
git pull push在没有指定branch报错的解决方法
git 执行git push 和git pull的操作时候,可能会失败,并有如下的两种英文提示:
1、You asked me to pull without telling me which branch you want to merge with, and 'branch.dev.merge' in your configuration file does not tell me, ...
git 安装gitosis
1.编译安装git
git安装教程:http://blog.haohtml.com/archives/10093
2.安装gitosis
N1. yum install python python-setuptools
N2. git clone git://github.com/res0nat0r/gitosis.git
N3. cd gitosis
N4. pytho ...
git push
create a new repositroy on the github, we will get the url, thenuse these commands to push them onto the github
create a new repository with command line
touch README.md
git init
git add READM ...
rejected when using git push
1. 问题定位
error: hook declined to update refs/heads/master
! [remote rejected] master -> master (hook declined)
2. 修复方法
登陆到源码服务器
找到description文件, 删除或修改内容。 注: description文件在路径(git/repository/相 ...