新建本地仓库
git init
添加到暂存区
git add .
添加到仓储区
git commit -m "content for labeling this submission"
删除
git remove
删除仓库
git remove
删除分支
git remove
新建分支
git branch
查看分支
git branch
切换分支
git switch
重新命名分支
git
连接远程(github)分支
git remote add
创建ssh密钥
ssh key-gen
...