It takes place on:
- Monday 16:30 - 17:30
- Wednesday 16:30 - 18:00
- Thursday 16:30 - 18:00
- Clone it first with:
git clone git@github.com:kpolakowski/fbw17-tutoring.git
- Create your own branch and switch to it with:
git checkout -b YOUR_BRANCH_NAME
- You can start doing exercises, after you finish doing them execute these commands:
git add .
git commit -m “DESCRIPTION OF A COMMIT”
- After I push new tasks to the remote, you can go back to your local master, and pull everything from remote master, by writing:
git pull origin master
- After that, you can switch back to your branch, and merge it with your local master branch by writing:
git merge master
Answers to the tasks in needToKnow folder are in branch solutions.
- always check in which branch you are before committing anything
- do the exercises only in YOUR branch, not in master
- do not commit anything to your local master branch, if you do it you won’t be able to pull from the origin remote; you can undo it by writing
git reset --hard HEAD~
- Explanation of for() loop [link to presentation]
- Explanation of .map() method [link to presentation]
- Explanation of .filter() method [link to presentation]
- Explanation of .reduce() method [link to presentation]
- CSS Positioning [link to presentation]
In case of questions or task requests write me on slack or drop an email karol.polakowski@digitalcareerinstitute.org