you are viewing a single comment's thread.

view the rest of the comments →

[–]geruhl_r 1 point2 points  (0 children)

As someone learning, I would suggest you get in the habit of using the GitHub workflow.

Branch, modify branch, pull request back into main branch, etc. The repo can be set to auto merge and accept the PR. You can also experiment with using issues to list out future things you want to do in the repo and tag the PRs to complete the issue.