Topics Covered: Ruby review
git init
command do?git add
do? How is it different from git commit
?vi
? (Also called vim
.)git push
do?git pull
do? How is it different from/same as git fetch
and git merge
?Now that you know how to create github repos, the next step is to add your API projects on your Github. Initialize a new repo on Github (which should have the same name as your local repo), follow instructions taught in lecture on how to sync up the remote and local repo, add your changes, and push them to your github repo!
A "code kata" is a small, isolated programming challenge that you can do for practice. There are many web sites that offer these. The best of them is Code Wars. There are many challenges for beginners, and as you get better at solving challenges, you will rank up into harder challenges.
There's no shame in skipping a challenge, but do try not to "cheat" and look up a complete answer. Come back to it later.
Sign up on codewars.com using your github account, and practice!
Try to do at least one every day, forever.