short——%hd
int——%d
long——%ld
long long——%lld
2020年9月12日星期六
Git恢复之前版本
方法一:git reset
第一步: git log查看之前的commit的哈希值,找到想要还原的版本
第二步: git reset --hard <版本哈希值>
还原到之前的某个版本
git学习笔记
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
设置用户名称与邮件地址
git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
设置默认文本编辑器
git config --global user.email johndoe@example.com
设置用户名称与邮件地址
git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
设置默认文本编辑器
订阅:
博文 (Atom)
热门博文
-
short——%hd int——%d long——%ld long long——%lld
-
正则小工具,解决常见正则查找、匹配、替换的需要。 下载地址: https://github.com/laisc7301/wisefire-regular-tool/releases/download/1.0.0/regular-tool-v1.0.0-x64-win.7z...