Fork me on GitHub

05 2018 档案

摘要:http://www.talkingdotnet.com/migrate-existing-aspnet-core-2-application-aspnet-core-2-1/ https://docs.microsoft.com/en-us/aspnet/core/migration/20_21? 阅读全文
posted @ 2018-05-31 10:57 花儿笑弯了腰 阅读(398) 评论(0) 推荐(0) 编辑
摘要:1. 使用 git log 命令历史版本记录回退版本 git reset --hard f6a7c803a6931a9eca011d4e097389e0845cbe49 2. 推送到远程 git push -f -u origin master 注意:查询是否有分支强制推送的权限 阅读全文
posted @ 2018-05-21 18:34 花儿笑弯了腰 阅读(10811) 评论(0) 推荐(0) 编辑