Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upErrors correct "//" #54
Conversation
Hi @AlexWUrobot, just in case if you got confused, you don't have to create a new branch and open a new PR just for fixing a previous PR! You can keep pushing onto your add-error branch which constructs #49, could you please re-apply it on |
OK
just replacing the instruction from "git push origin HEAD" to "git push
origin add-error", right?
Then, I don't need to New pull request
[image: image.png]
|
@AlexWUrobot Thank you so much for doing that for me. I guess you'll have to verify that |
YES, i have verified that git branch prints out add-error and then I do git
push origin add-error
Adrian Liaw <notifications@github.com> 於 2018年10月23日 週二 上午12:50寫道:
… @AlexWUrobot <https://github.com/AlexWUrobot> Thank you so much for doing
that for me. I guess you'll have to verify that git branch prints out
add-error on your local machine before you do git push origin HEAD,
please let me know if it went wrong even you've verified it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATfFf8OhefFmJo9XxLJt3PvZqd9z348rks5unfdSgaJpZM4XwVPW>
.
|
@AlexWUrobot That definitely works as everything is explicit, but does it work if you 1. verify |
Yes, I verify git branch print out add-error.
I did " git push origin add-error " before. Now I do "git push origin HEAD".
Thank you
[image: image.png]
Adrian Liaw <notifications@github.com> 於 2018年10月23日 週二 上午8:34寫道:
… @AlexWUrobot <https://github.com/AlexWUrobot> That definitely works as
everything is explicit, but does it work if you 1. verify git branch
prints out add-error 2. do git push origin HEAD?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATfFfyej_w-yKzoizll03zlmbIIcrep9ks5unrh0gaJpZM4XwVPW>
.
|
@AlexWUrobot 不好意思,我想再確認一次你說的意思。你的意思是說如果你執行 |
正在當兵 我出去後確認 不好意思
Adrian Liaw <notifications@github.com> 於 2018年10月29日 週一 下午3:30 寫道:
… @AlexWUrobot <https://github.com/AlexWUrobot>
不好意思,我想再確認一次你說的意思。你的意思是說如果你執行 git push origin HEAD 的話就會正確推到 add-error,而不是這裡嗎?如果是的話,我就可以確認我在
README 裡面寫的指示沒有錯。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATfFf4Uz2lbng_CN9wB218sjlwEn900pks5upq6KgaJpZM4XwVPW>
.
|
Thank you