git checkout vs git cherry-pick
This article discuss about git checkout vs git cherry-pick command, and when to use these commands. git checkout command switches between branches or restores working tree files. This command operates upon three distinct entities i.e. files, commits, and branches. Checking out branches is similar to checking out old commits. Files in [...]