Git

git回滚merge

git基础使用备忘

Posted by K on October 9, 2019

tortoisegit 记住密码

空白区域右键,settings->git->Edit local .git/config,末尾加上

[credential]
  helper = store

修改上次commit

commit之后,使用git commit –amend可冲掉上一次提交的信息,可用于合并两次提交、修改提交信息