Git常用命令小合集

GIT常用命令  *来自廖雪峰老师的git教程,以下是我的简要笔记,可能有点乱,但不影响阅读   初次运行git: ssh-keygen -t rsa -C [email protected] 生成key 配置当前用户名和邮箱 Gitconfig --global user.name “your name” Gitconfig –global user.email “[email protecte
相关文章
相关标签/搜索