自己做的主题,烂成屎也要用下去

Git笔记

标签: 0.git

git笔记

Mac ssh文件位置:~/.ssh/

配置

git config –global user.name “名字”

git config –global user.email “邮箱”

git config –list

ssh-keygen -t rsa -C “邮箱”

ssh -T git@github.com

使用

git status

git add

git rm

git commit -a -m “描述”

git push 地址