Git & Beyond
Resources for the session ‘Git & Beyond’.
Downloads
Section titled “Downloads”Practice Repo
Section titled “Practice Repo”A small to-do list app with six open issues for practice. Labels used: good first issue, help wanted, documentation, bug, enhancement.
git clone https://github.com/<your-username>/tasklite.gitcd tasklitegit 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.
Find More Issues
Section titled “Find More Issues”Challenge
Section titled “Challenge”Open one pull request, anywhere, by next week.
Questions
Section titled “Questions”Open a Discussion on the tasklite repo.