My Authors
Read all threads
Git Concepts in simple Terms.

A Thread 👇
GIT:
Git is a version control system that makes it easier to track changes to files. When you edit a file, git can tell you exactly what changed, who changed it, and why.
REPOSITORY:

Think of a repository as a directory that stores all the files, folders, & content needed for your project. Actually it is the object database for the project.
COMMIT

A commit is a change to a file ( or files ) it's like when you save a file, but with Git, every time you save, it creates a unique ID that allows you to keep record of changes.
BRANCH 🎋

A branch is simply a lightweight moveable pointer to one of the commits. The default branch name in Git is master.
PUSH:

Updates a remote branch with the commits made to the current branch. You are literally pushing your changes onto remote respository.
PULL:

Pull is used to fetch and download content from a remote repository and immediately update the local repository to match that content.

Hope you like the above information!
Missing some Tweet in this thread? You can try to force a refresh.

Keep Current with 𝗥𝗮𝘃𝗶𝗻 💻🚀

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!