We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Make sure you've already done the Github forking exercise.
Make your commit history look like this:
where the Added cheese commit adds a file called cheese.c with these contents:
Added cheese
cheese.c
blue cheddar swiss
the Added simpsons commit adds a file called simpsons.c with these contents:
Added simpsons
simpsons.c
bart lisa maggie homer marge
and the Added my own dogs commit adds new dog types to the bottom of dog.c.
Added my own dogs
dog.c
NOTE: Your commit hashes will be different from mine--this is because the commit hashes take time and name and email into account.
Once your commit history looks like this, push your master branch to github.
git push origin master
You may find the git commit --amend command useful to edit an existing commit (in case you mess up).
git commit --amend
Go back to the main page.