Skip to content

Git & Beyond

Resources for the session ‘Git & Beyond’.

github.com/jithurx/tasklite

A small to-do list app with six open issues for practice. Labels used: good first issue, help wanted, documentation, bug, enhancement.

Terminal window
git clone https://github.com/<your-username>/tasklite.git
cd tasklite
git checkout -b fix-<short-description>
git add .
git commit -m "Fix: <short description>"
git push origin fix-<short-description>

Then open a pull request on GitHub.

Open one pull request, anywhere, by next week.

Submit your Pull Request

Open a Discussion on the tasklite repo.