123456789101112131415
快速创建分支:git branch test切换分支:git checkout test删除分支:git branch -d test修改了很多文件时候,需要commit,通过添加-a来避免每个都commitgit commit -a -m "Changed some files"查看远端:git remote -v移除远端关联:1 git remote rm origin // 移除本地关联2 git remote add origin git@github.com/example.git // 添加线上仓库3 git push -u origin master // 注意:更改后,第一次上传需要指定 origin
[TOC]
xiaoxiong
ROBOT and CV
GuangZhou
文章
86
分类
73
标签
47
Deep Learning / cs231n
Deep Learning / Anaconda 与Pytorch 使用
Mobile Robot / Path Planning
Mobile Robot / sparse pointcloud segemntation
Reconstruction / 3.3D Reconstruction3
Update your browser to view this website correctly. Update my browser now
×