I'm sure my branch was created because I see "isurvivor-win32" in the tag dropdown list when I tried to export.
I think I know what's going on; I created the branch but I didn't "Switch/Checkout" to it so what has been happening is I was making changes to g1.8.1 which is causing it be (detached from g1.8.1)?
Problem now, I'm pretty sure if I do "Switch/Checkout" to isurvivor-win32, I will lose all of my changes because I remember when I tried to export isurvivor-win32, it produced a ZIP file with pristine ZDoom inside it.
To make things even more complicated, trying to export (detached from g1.8.1) produces an error.
I will try a simple Windows Copy + Paste to preserve my changes but if anyone knows of a better, cleaner way to solve this problem, I'm all ears...
EDIT: Here's how I solved my problem
Looked at
http://stackoverflow.com/questions/9705 ... rtoise-git to learn how to delete my branch with TortoiseGit
Created a new branch with TortoiseGi and ticked the checkbox "switch to new branch"
Commit.
Success!
EDIT 2:
Now that my fork is commited, it's time to take it to the next level... and get the latest stuff.
I right-clicked, chose TortoiseGit -> Pull and this happened:
git.exe pull -v --progress "origin" isurvivor-win32
fatal: Couldn't find remote ref isurvivor-win32
Unexpected end of command stream
git did not exit cleanly (exit code 1) (2215 ms @ 05-Jul-13 1:18:40 AM)