-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rampup4 should use git revert HEAD^ instead of git revert HEAD #1226
Comments
My bad! I misunderstood what |
It doesn’t really distinguish between a revert or any other modification—
the hash just means it’s a modified version of that commit (including
reverts).
If we did the strike through then it might be tricky to describe the revert
of the revert :) I’m not opposed to it though!
…-Sent from Gmail Mobile
On Thu, Feb 13, 2025 at 4:00 PM Chooi Je Qin ***@***.***> wrote:
Since later on the symbol C2' is used for cherry-picking, maybe for
reverts we can use strikethroughs like ̶C̶2̶ to distinguish as a revert
instead of a copy?
Screenshot.2025-02-13.at.3.58.14.PM.png (view on web)
<https://github.com/user-attachments/assets/7e167a16-1ddf-437c-883d-c1a6215332b6>
—
Reply to this email directly, view it on GitHub
<#1226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIVDH7FVADDR44IOPD34D32PUBVRAVCNFSM6AAAAABXDDUIK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXGY4TQNJQHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: jeqcho]*jeqcho* left a comment (pcottle/learnGitBranching#1226)
<#1226 (comment)>
Since later on the symbol C2' is used for cherry-picking, maybe for
reverts we can use strikethroughs like ̶C̶2̶ to distinguish as a revert
instead of a copy?
Screenshot.2025-02-13.at.3.58.14.PM.png (view on web)
<https://github.com/user-attachments/assets/7e167a16-1ddf-437c-883d-c1a6215332b6>
—
Reply to this email directly, view it on GitHub
<#1226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIVDH7FVADDR44IOPD34D32PUBVRAVCNFSM6AAAAABXDDUIK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXGY4TQNJQHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This app is amazing.
On the tutorial to level rampup4, it might be more realistic to show
git revert HEAD^
instead ofgit revert HEAD
, sincegit revert HEAD
doesn't seem to have any practical effects.The text was updated successfully, but these errors were encountered: