Skip to content
Snippets Groups Projects
Commit aa49a0f9 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

hexadecimal commit refs

parent 511d1953
No related branches found
No related tags found
No related merge requests found
## Git Cherry-pick ## Cherry-picking
* Cherry picking is another very useful tool to work with. * Cherry picking is another very useful tool to work with.
* It enables the user to pick specific commits from a list of commits. * It enables the user to pick specific commits from a list of commits.
......
...@@ -3,18 +3,18 @@ ...@@ -3,18 +3,18 @@
The prompt shows up: The prompt shows up:
```bash ```bash
$ pick 93fshjw add first name to attendee list $ pick 1234567 add first name to attendee list
$ pick 47fh35f add second name to attendee list $ pick 890abcd add second name to attendee list
``` ```
The keywords should be changed to: The keywords should be changed to:
```bash ```bash
$ reword 93fshjw add first name to attendee list $ reword 1234567 add first name to attendee list
$ fixup 47fh35f add second name to attendee list $ fixup 890abcd add second name to attendee list
``` ```
Upon confirming, change the message of commit 93fshjw: Upon confirming, change the message of commit 1234567:
```bash ```bash
$ Add Name1 and Name2 to the attendee list $ Add Name1 and Name2 to the attendee list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment