JACOBIN-SCTCS / gittutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Git

Introduction

  • What is a version control
  • git
  • Install git
  • Repository
  • Github and Gitlab

git and Github

  • init
  • add
  • commit
  • remote
  • Github Intro
  • push
  • checkout <-b>
  • branch
  • merge
  • merge conflict
  • log
  • reset --hard
  • pull
  • clone

Contributing to Open Source

  • Raise Issue
  • Add PR
  • Merge PR

About