Skip to content

Commit

Permalink
add git cherry-pick command
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeffK committed Sep 2, 2022
1 parent 33d56ec commit d7160dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -398,6 +398,10 @@ $ git branch -m <new_branch_name>
```
$ git branch -D <branch>
```
##### Apply specific commit from another branch:
```
git cherry-pick <commit hash>
```

##### Mark `HEAD` with a tag:
```
Expand Down

0 comments on commit d7160dd

Please sign in to comment.