12 game icons
|
05-11-2013, 05:37 PM
Post: #7
|
|||
|
|||
RE: Would it be possible...
(05-11-2013 02:09 PM)makotech222 Wrote: Okay it's done and i think it should work okay. Don't have more than 12 isos to test it with, but setting it lower works fine What you can do is this: 1. Use git log to identify the commits you want. git log Copy the sha1-ids of the commits you like. 2. Create a new branch. git checkout -b recent-ini upstream/master 3. Copy the commits onto this branch. git cherry-pick <sha1 id A> <sha1 id B>... After that, you'll have a clean branch to make a pull from. 4. Upload to GitHub. git push origin recent-ini -f It should be nice and clean then. -[Unknown] |
|||
« Next Oldest | Next Newest »
|