摘要:
.get cookie with your browser then can do using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Syste 阅读全文
posted @ 2020-10-27 14:12
wgscd
阅读(875)
评论(0)
推荐(0)
摘要:
git撤销远已经push到程服务器上某次提交 问题: 不小心把一次错误的代码push到远程服务器上的分支上,或者没有merge强制将本地的方法push到git服务器上。 解决方法: 输入 git log。 找到错误提交之前的git push的 commit_id (即正确时候的commit_id) 阅读全文
posted @ 2020-10-27 13:40
wgscd
阅读(783)
评论(0)
推荐(0)