I have 2 git repos repo1 and repo2. I am working on repo1 and sometimes I have to commit the same stuff on both repos. I would like to avoid coppying files to other project and do commit again same thing.
How can I just cherrypick my commit on repo1 into repo2?