"Git flavoured, Github Icecream" : Tutorial on Basics of Git, Contributing to OS Repositories & Using Github.
- Creating a repository
- Naming
- ReadME : Markdown
- Uses of Markdown
- You can use Markdown with Math in Jupyter Lab to do your Assignments and Exams (Latex Based)!.
- You can use Markdown to create websites!.
- You can use Markdown to create Documentation!.
- Self Plugged Repo : Get Me Notes
- Online Resource
- Good ReadME : Example Repositories.
- Uses of Markdown
- Always use
.gitignore
file with your repository - Always use a license that suits your Repo. (Story Time or Not)
- MIT or GNU GPL3 or The Unlicense
- Managing Repository
- Branches, Commits, Tree, Merging commits from different branches onto a particular branch. (Using Github and VSCode (GUI based VCS on git) )
- Looking at Insights!
- Extra Github features:
- Github Pages : Online Resource
- Jekyll
- Linking it to your own domain
- Internal Linking. Linked Markdown
- Codespaces
- Very New!
- GMN Codespace
- Github Pages : Online Resource
- https://training.github.com/
- https://dev.to/cockroachlabs/an-absolute-beginner-s-checklist-for-hacktoberfest-p2k
- https://opensource.com/article/19/5/how-get-job-doing-open-source
- https://www.digitalocean.com/community/tutorials/hacktoberfest-contributor-s-guide-how-to-find-and-contribute-to-open-source-projects
- https://dev.to/chrissiemhrk/git-commit-message-5e21
- https://desktop.github.com/