git多人协作

git clone http://gitlab.buptnsrc.com/sunsanqi/pc-malware-kaggle.git
将远程仓库克隆到本地

正克隆到 ‘pc-malware-kaggle’… Username for ‘http://gitlab.buptnsrc.com‘:
sunsanqi Password for ‘http://sunsanqi@gitlab.buptnsrc.com‘: remote:
Counting objects: 22, done. remote: Compressing objects: 100% (22/22),
done. remote: Total 22 (delta 6), reused 0 (delta 0) 展开对象中: 100%
(22/22), 完成. 检查连接… 完成。

cd pc-malware-kaggle/
进入克隆到本地的远程仓库文件夹
git remote -v
显示了可以抓取和推送的origin的地址。如果没有推送权限,就看不到push的地址

origin http://gitlab.buptnsrc.com/sunsanqi/pc-malware-kaggle.git (fetch)
origin http://gitlab.buptnsrc.com/sunsanqi/pc-malware-kaggle.git (push)

git checkout -b sunsanqi

创建并切换到一个新分支 ‘

sunsanqi'git branch

dev
master
* sunsanqi
git branch命令会列出所有分支,当前分支前面会标一个*号

vim git_test.txt
编辑一个测试文件vim git_test.txt,并保存
git add git_test.txt
将这个文件添加到当前分支
git commit -m "first commit"

[sunsanqi 7d9ad91] first commit
1 file changed, 1 insertion(+)
create mode 100644 git_test.txt

git push -u origin sunsanqi
将sunsanqi分支推送到远程库origin中

Username for ‘http://gitlab.buptnsrc.com‘: sunsanqi Password for
http://sunsanqi@gitlab.buptnsrc.com‘: 对象计数中: 3, 完成. Delta
compression using up to 8 threads. 压缩对象中: 100% (3/3), 完成. 写入对象中: 100%
(3/3), 292 bytes | 0 bytes/s, 完成. Total 3 (delta 1), reused 0 (delta
0) To http://gitlab.buptnsrc.com/sunsanqi/pc-malware-kaggle.git *
[new branch] sunsanqi -> sunsanqi 分支 sunsanqi 设置为跟踪来自 origin
的远程分支 sunsanqi。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值