Wednesday, April 22, 2026

GIT Basics



 GitHub: It is a cloud based platform which provides distributed version control and source management system.

Alternative source mangement system:

  • Github
  • Bitbucket
  • GitLab
  • SVN
GIT Algorithm:
It will hash out of content (produces 40 char hex string)
It will create a file name same as hash
Zip up with your content and stored inside of file.
#git add test.txt
#cat test.txt | git hash-object --stdin



No comments:

Post a Comment