Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristopher-rodrigues/d733a5390e38cd3cff39c5641340574f to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/d733a5390e38cd3cff39c5641340574f to your computer and use it in GitHub Desktop.
git cherry pick using gitk

Open gitk

gitk

Click the last previous commit to their and reset feature to choosed commit

![Click the last previous commit to their](https://s3.postimg.org/quy9qd92b/Screen+Shot 2016-08-23 at 10.29.22 AM.png)

Choose mixed option

![Choose mixed option](https://s3.postimg.org/bnia60h7n/Screen+Shot 2016-08-23 at 10.29.26 AM.png)

Open git gui

git gui

Choose unstaged changes to apply stageds, put commit message and apply commit

![Choose unstaged changes to apply stageds, put commit message and apply commit](https://s3.postimg.org/5b34w6e5f/Screen+Shot 2016-08-23 at 10.31.02 AM.png)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment