Slides: github.com/Yonet/2016-03-12-ac
Write what you remember & your questions about:
git clone https://github.com/Yonet/ac-algorithms
cd ac-algorithms
git checkout -b your-branch-name
Solve the questions inside simpleAdding folder.
git status
git add file-name
git add .
git status
git commit -m "I have added some amazing functionality"
git push origin your-branch-name
Ready to create your first pull request to master branch?
Thank you for your attention!