Skip to content
Snippets Groups Projects
Commit 799abe23 authored by Sivecano's avatar Sivecano
Browse files

fix cherry pick

parent 9d42e4b8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ title: Git Crashcourse
## Why git?
* change history with the ability to undo almost any operation
* do it remotely
* easy to collaborate with others and yourself
* ensure file integrity
* branches
......@@ -502,6 +501,7 @@ For changes in adjacent lines we'll need to enter hunk edit mode
## be selective
Selectively apply commits
git cherry-pick <commit> # apply changes introduced by <commit>
* get commits from different branches
......
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