iLovEing / notebook

MIT License
0 stars 0 forks source link

Git #3

Open iLovEing opened 1 year ago

iLovEing commented 1 year ago

重要!超级好用的git教程

git教程

iLovEing commented 10 months ago

全局设置

配置用户名和email

命令缩写

iLovEing commented 10 months ago

本地操作

特殊符号

branch

merge, rebase, cherry-pick


暂存区相关

diff

reset, revert, rm, restore

log, tag

iLovEing commented 10 months ago

远程交互

remote说明

remote tracking

pull/fetch

push