Created
December 21, 2019 14:55
-
-
Save MerleLiuKun/ed8d14c19bf482a2e9db0d1a471c3b17 to your computer and use it in GitHub Desktop.
modify PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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