/git-flavour-github-icecream

"Git flavoured, Github Icecream" : Tutorial on Basics of Git, Contributing to OS Repositories & Using Github.

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

git-flavour-github-icecream

"Git flavoured, Github Icecream" : Tutorial on Basics of Git, Contributing to OS Repositories & Using Github.

Important Links

Git Basics

Contributing to Other OS Repositories

Github based content

  • Creating a repository
    • Naming
    • ReadME : Markdown
      • Uses of Markdown
      • Good ReadME : Example Repositories.
    • 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:

Other helping Links