摘要: [git checkout mastergit pull] git loggit reset --hard [sha] | git reset --hard origin/mastergit pull origin [branch] 阅读全文
posted @ 2018-06-13 16:01 qqisnow2021 阅读(198) 评论(0) 推荐(0)
摘要: git pull --rebase What’s happening here? Git will rewind (undo) all of your local commits, pull down the remote commits then replay your local commits 阅读全文
posted @ 2018-06-13 15:03 qqisnow2021 阅读(398) 评论(0) 推荐(0)