Git : A wise choice (Hasura Internship 2017)
1 min readJun 21, 2017
Git is a distributed version control system written by the creator of Linux, Linus Torvalds.
Why git ?
-> Helps in version control
-> Helps in collaboration between teams.
Git basic commands:
- git init
- git clone
- git remote
- git add
- git commit
- git push
- git branch
Git tutorial:
My GitHub profile: saurabh3333
Thank You.