Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 371 Bytes

git.常用操作.md

File metadata and controls

27 lines (18 loc) · 371 Bytes

git 常用操作

git

常用命令

回滚到合并之前
git reset --merge. 或者 git merge --abort

查看远程地址
git remote -v

查看远程
git remote show

同时提交两个远程库

[remote "all"]
	url = [email protected]:meiminjun/Notebook.git
	url = [email protected]:meiminjun/Notebook.git
	tagopt = --no-tags