git cherry picking one commit to another branch
问题 In developing for a work enviornment, we create a branch for each feature or fix we work on, and then merge to QA for testing. Occasionally I find it's helpful to have a stash which contains console.logs' of debugging steps for a specific process. But I want to only have that be a subset of files in my working copy. So, I am considering creating another branch for local use with commits which will be used later. Which don't reference a specific ticket necessarily. So the question is, how can