Here's what I did (cut-n-pasted from my box):
$ git clone git://github.com/trevorturk/el-dorado.git
Initialized empty Git repository in c:/Documents and Settings/irkenInvader/My Documents/My Development/el-dorado/.git/
remote: Counting objects: 13779, done.←[K
remote: Compressing objects: 100% (4845/4845), done.←[K
remote: Total 13779 (delta 8234), reused 13779 (delta 8234)←[K
Receiving objects: 100% (13779/13779), 5.51 MiB | 140 KiB/s, done.
Resolving deltas: 100% (8234/8234), done.
$ cd el-dorado
$ git checkout -b irkenInvader
Switched to a new branch "irkenInvader"
$ echo "Made changes"
Made changes
$ git commit -a -m "Added bbcode list tags and modified application.css to accomodate"
Created commit c3fcc82: Added bbcode list tags and modified application.css to a
ccomodate
2 files changed, 20 insertions(+), 1 deletions(-)
$ git checkout master
Switched to branch "master"
$ git pull
Already up-to-date.
$ git checkout irkenInvader
Switched to branch "irkenInvader"
$ git rebase master
Current branch irkenInvader is up to date.
$ git format-patch master --stdout > ../add_bbcode_list_tags.diff
If that was correct, here is the patch:
http://eldorado.almosteffortless.com/files/add_bbcode_list_tags.diff
I hope I did all that right.
Zim wrote:
Invader’s blood marches through my veins like giant, radioactive rubber pants! The pants command me! Do not ignore my veins!