Git & Beyond
Links and resources for the session 'Git & Beyond'.
Git & Beyond
Resources for the session ‘Git & Beyond’.
Practice Repo
A small to-do list app with six open issues for practice. Labels used: good first issue, help wanted, documentation, bug, enhancement.
1
2
3
4
5
6
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.
Find More Issues
Challenge
Open one pull request, anywhere, by next week.
Questions
Open a Discussion on the tasklite repo.
This post is licensed under CC BY 4.0 by the author.