┏━╸╻╺┳╸ ┏━╸╻ ╻┏━╸┏━┓┏━┓╻ ╻ ┏━┓╻┏━╸╻┏ ┃╺┓┃ ┃ ┃ ┣━┫┣╸ ┣┳┛┣┳┛┗┳┛╺━╸┣━┛┃┃ ┣┻┓ ┗━┛╹ ╹ ┗━╸╹ ╹┗━╸╹┗╸╹┗╸ ╹ ╹ ╹┗━╸╹ ╹ Specify commits and apply them onto your HEAD - $ git cherry-pick .. - $ git cherry-pick ..master - essentially the same as $ git rebase master - Useful if e.g. a hotfix has been pushed to a stable branch - Might need to clean such commits before merging