本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
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/相 ...