标签:car done ber span class tle ast conf opera
可以随便输入,建议自己姓名+邮箱
‘‘‘自定义用户名‘‘‘
git config user.name XXX
‘‘‘自定义邮箱‘‘‘
git config user.email XXX@XX.com
如果远程库不是master,则采用 git push origin 本地库名:远程库名
基于索引值最常用
git reset --hard [局部索引值]
eg:
git reset --hard a6ace91
如果执行报错:使用git config core.longpaths true
git config core.longpaths true 是在本地库修改,git config --system core.longpaths true是全局修改
标签:car done ber span class tle ast conf opera
原文地址:https://www.cnblogs.com/zhengyiran/p/14825537.html