Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Maybe next year! Yeah I don't go every year myself. But its usually a good time.kewl. i would meet up if i was going, but still haven't managed to make it to a gencon yet
So I am really confused. Do you have GitHub setup in the same place you download and install the Packs? You should have a two additional Game Folders setup for containing the 3PP GitHub and Basic GitHub packs.I wasn't finished with the changes. Is there any way for me to commit my changes and have you apply them to the newer set?
I opened up the classes - user file and was able to copy/paste my additions to another file, so It looks like I can preserve them and commit them to the next batch.
So I am really confused. Do you have GitHub setup in the same place you download and install the Packs? You should have a two additional Game Folders setup for containing the 3PP GitHub and Basic GitHub packs.
So if you didn't push your changes to the server then you need to do a PULL to get the latest files and let GitHub merge in the latest changes into your files. (Make a backup copy before just to be safe). Then if any conflicts you will have to go into the .user file with notepad or something and fix them. If no conflicts then you will be able to commit/push the changes up to GitHub. You should never EVER be doing only a "Commit" you need to be doing "Pulls" and "Commit/Pushes".
If you ONLY did a commit then when you push you will be rolling back the files on GitHub like what happened last time.
You shouldn't have any issues or care that I Released a new version.
So no the pull was not successful. This is because you did a "commit" and a not a "Commit/Push". You can't and should NOT do a commit only. You need to do a "Commit/Push". What I am talking about is found on page 9 of the SETUP document.Ok, when I did this, I get this:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
From https://github.com/shadowchemosh/HL-Pack-3PP
2706e79..54f2b97 master -> origin/master
git -c diff.mnemonicprefix=false -c core.quotepath=false pull --rebase origin master
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.
Completed with errors, see above.
Does this mean I have the new files in the dev environment? I don't think the pull/merge was successful.
Based on what you wrote your next steps are as follows:Ok, I pulled out the conflicting files. and was able to finally do the pull (the RGG feat files being overwritten was having an issue, so removing them allowed for a pull to be successful (finally)).
What are the next steps.
This article I think is what you need to do. As source tree still sees those commit. If that does not work you may wish to google the problem. SourceTree, GitHub, and Git are all well documented and feature rich applications. I didn't pick them because no one uses them. This means LOTS of documentation can be found about them including help pages and even videos.HERE is a help document about Source Tree to undo a commit that you have not pushed. I think this will work even if you did a Push.
Awesome! Good to hear!Woo! looks like all I needed to do was a "reset current branch to this commit". I also committed all the stuff I've been working on for the tactician (all it's archetypes) and pushed the commit to the origin.
Appreciate all the help. Now that I'm back to being able to keep up with things, I should be good from here.
Can you give instructions on how to do what you are referring to above?
Sure you can do that also. Maybe easier to setup a repository just to get notified when it changes during development. But downloading as a zip file works as well.Well, I don't do any development with the basic pack (don't have a repository set for it). What I did do, however, is download a zip of the basic pack and extract it's content into my development folder.
as an fyi to anyone else that has this same situation.
Just an FYI for everyone that SourceTree v1.6.24 just broke the the authentication part of GitHub. Meaning you can't push changes to GitHub right now using SourceTree. Sigh and I had a bunch of fixes I wanted to upload....
Oh well hopefully its fixed soon...
Thanks! Just don't have the energy to learn a new piece of software.