- 发布于2023-08-15 15:56:57
git config author
modify file cd .git vim config // add this [user] name = xxxx email = [email protected] cmd 模式 配置 git config --global user....赞评论浏览 1019 - 发布于2018-02-20 06:30:27
git 命令
推荐款 mac git工具, sourcetree ( Intellij 集成的git 也不错, 能具体查看某个函数的历史记录) git clone --depth=1 只拉取最后一次commit .不要历史记录 。 体积很小,即可解决文章开头提到的项...赞评论浏览 2076