To get a copy of the code (but not be set up for contributing back yet):
To get a copy of the code (but not be set up for contributing back yet):
To get a copy of the code (but not be set up for contributing back yet):
git clone https://github.com/andybalaam/rabbit-escape.git
To make a new project:
To make a new project:
To make a new project:
git clone git@github.com:andybalaam/rabbit-escape.git
git push origin master
git clone git@github.com:MY_USERNAME/rabbit-escape.git
git branch fix-bug git checkout fix-bug git commit -a -m "Bug fix part 1" git commit -a -m "Bug fix part 2"
git push origin fix-bug
Wait
Done!
Unless...
git commit --amend git rebase -i master git reset HEAD^ git commit
git push -f origin fix-bug
Done!
Unless...
git remote add upstream https://github.com/THEIR_USERNAME/rabbit-escape.git
git checkout master # Should succeed if you have not committed onto master: git pull --ff-only upstream master # Otherwise: git pull --rebase upstream master
git checkout fix-bug git rebase master
# Make sure we are on fix-bug: git checkout fix-bug git push -f origin fix-bug
Donate! | patreon.com/andybalaam |
---|---|
Play! | Rabbit Escape |
Videos | youtube.com/user/ajbalaam |
@andybalaam | |
Blog | artificialworlds.net/blog |
Projects | artificialworlds.net |