You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[user]
name = suix
email = 994154036@qq.com
[core]
editor = vi
[color]
diff = auto
status = atuo
branch = auto
[alias]
st = status
ci = commit -v
aa = add --all
bv = branch -vv
ba = branch -ra
bd = branch -d
新建代码仓库
git配置
Git的设置文件为**.gitconfig**,它可以在用户主目录下(全局配置),也可以在项目目录下(项目配置)。
关闭Git忽略大小写功能
git config core.ignorecase false
快捷方法
在**.gitconfig**文件中配置
增加/删除文件
代码提交
分支
标签
查看信息
远程同步
撤销
其他
The text was updated successfully, but these errors were encountered: