Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 Tongue

Unfortunately, you may have to wait a bit before i make a pull request. Its my first time using github and i messed up my branches, so i have to wait for my current pull request to go through before i make any more changes.

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]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
12 game icons - solarmystic - 05-11-2013, 08:42 AM
RE: Would it be possible... - slamandar - 05-11-2013, 11:15 AM
RE: Would it be possible... - makotech222 - 05-11-2013, 11:16 AM
RE: Would it be possible... - solarmystic - 05-11-2013, 11:41 AM
RE: Would it be possible... - makotech222 - 05-11-2013, 02:09 PM
RE: Would it be possible... - [Unknown] - 05-11-2013 05:37 PM
RE: Would it be possible... - solarmystic - 05-11-2013, 02:13 PM
RE: Would it be possible... - makotech222 - 05-11-2013, 06:23 PM
RE: Would it be possible... - [Unknown] - 05-11-2013, 07:51 PM
RE: Would it be possible... - solarmystic - 05-15-2013, 02:24 AM
RE: Would it be possible... - makotech222 - 05-15-2013, 03:54 PM
RE: Would it be possible... - solarmystic - 05-16-2013, 08:40 AM
RE: Would it be possible... - Breezy058 - 05-16-2013, 11:03 AM
RE: Would it be possible... - makotech222 - 05-16-2013, 01:18 PM

Forum Jump: