Skip to content

Instantly share code, notes, and snippets.

@abhinavraj23
Last active February 20, 2019 13:24
Show Gist options
  • Save abhinavraj23/d82037ea315bac64b779b112b407add2 to your computer and use it in GitHub Desktop.
Save abhinavraj23/d82037ea315bac64b779b112b407add2 to your computer and use it in GitHub Desktop.
Introduction to GIt and Github

Topics to be covered

  • What is git and it's application
  • Git bash installation for windows
  • A brief on open source
  • Basic git commands
    • Git init
    • Git push and pull
    • Git clone
    • Git status
    • Git remote add origin
    • Git add
    • Git commit
  • How to make an open source contribution
  • Commands for contribution i.e upstream commands like fetch.
  • Advanced git commands
    • Rebase
    • Soft and hard reset
    • Solving merge conflicts
  • Inspire people for starting to contribute in open source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment