Skip to content

Instantly share code, notes, and snippets.

@MerleLiuKun
Created December 21, 2019 14:55
Show Gist options
  • Save MerleLiuKun/ed8d14c19bf482a2e9db0d1a471c3b17 to your computer and use it in GitHub Desktop.
Save MerleLiuKun/ed8d14c19bf482a2e9db0d1a471c3b17 to your computer and use it in GitHub Desktop.
modify PR
git fetch origin refs/pull/10/head:patch-2
# 10 是 PR 对应的编号
git checkout patch-2
# 你的修改
git add -u
git commit -m "描述你的修改"
git remote add LalZzy https://github.com/LalZzy/cosx.org.git
git push --set-upstream LalZzy patch-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment