tortoisegit 记住密码
空白区域右键,settings->git->Edit local .git/config,末尾加上
[credential]
helper = store
修改上次commit
commit之后,使用git commit –amend可冲掉上一次提交的信息,可用于合并两次提交、修改提交信息
空白区域右键,settings->git->Edit local .git/config,末尾加上
[credential]
helper = store
commit之后,使用git commit –amend可冲掉上一次提交的信息,可用于合并两次提交、修改提交信息