Skip to content

Latest commit

 

History

History
48 lines (10 loc) · 375 Bytes

1.GitCommands.md

File metadata and controls

48 lines (10 loc) · 375 Bytes

Git 常见需求与指令

一些基本的设置

git user.name user.email

克隆新仓库

git clone

本地更改推到远程分支
撤销某一次or几次修改
新建分支并向里面提代码
分支合并与冲突解决
在本地修改了一部分后远端代码有了新版本需同步本地