Open ada-lovecraft opened 7 years ago
I'm ready!
\o/
So where does gh-pages factor into this? Does it track development or master?
Also, you squashed the history into one commit on master/development, which seems like a questionable idea as now the histories are not the same between gh-pages & these two.
gh-pages is the github pages branch, aka https://codingrainbow.github.io/asteroids-advanced/ is that branch.
Also he probably squashed it to fully seperate it from the old repo (thats my best guess)
@meiamsome @WolfGaming Please see #19
gh-pages
is now no longer a branch. Static content is now hosted from the docs
directory.
We're not using the full weight of true
git flow
but we are using a light version of it.The number one rule of
git flow
is:This. means you will not be allowed to make a pull request against master.
The secondary rule of git flow is:
If your code causes a crash, it will not be accepted.
So, how do I
git flow
then?It's actually pretty easy.
$ git clone git@github.com:CodingRainbow/asteroids-advanced.git
$ cd asteroids-advanced
$ git checkout -b feature/name-of-your-feature
development
ONE LAST THING:
To make sure you've ready this, please comment with your favorite coding related gif below. If there's no comment from you, then your pull will not be accepted.
now
it's time
to