Github Reset

来源:互联网 发布:人工智能产业高峰论坛 编辑:程序博客网 时间:2024/06/08 10:06
git reset [commit] # reset local to that commitgit stash # save changesgit push -f # force push to remotegit stash pop # load changesgit status # commit list has change to that commit with changes after it
0 0