Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Version Control System | Git and Github

Sarthak Jain
September 14, 2021

Version Control System | Git and Github

Sarthak Jain

September 14, 2021
Tweet

More Decks by Sarthak Jain

Other Decks in Programming

Transcript

  1. Sarthak Jain • Associate Product Manager at PhonePe • Ex

    ZSer (BTA Solution Delivery) • Prior product roles at various startups • More info - https://www.sarthakj.me/
  2. Consider you’re working on your new college project but due

    to lockdown the whole team is working remotely from different locations Use Case
  3. ➔ How all these remote devs will collaborate on same

    project ? ➔ How can you solve the problem of version based release ?? ➔ In case of issues, how can we restore last stable version ?? ➔ In case of bugs how can we find whose code actually caused the issue ?? Possible issues !!
  4. ➔ Helps in managing and protecting the source code ➔

    Keeps track of all the modifications made to the code ➔ Comparing earlier versions of the code ➔ Supports developer’s workflow and not any rigid way of working Benefits of Version Control