Git And Github :-

Git And Github :-

Hey!!👋 Coders👩‍💻, Lets learn Git.

It is very important as a software developers to know what is Git and just incase you weren't sure GIT!= GITHUB.

The most used technology by developer's is not JavaScript its not JAVA or HTML.

GIT:

Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.

  1. Git is a software.

  2. Git was released by 2005.

  3. Git is maintained by Linux.

  4. Git can manage source code history.

  5. Git is installed locally on the system.

  6. Git is focused on version control and code sharing.

  7. Git has no user management feature.

How Git works?

✓Create a "repository" (project) with a git hosting tool (like GitHub).

✓Copy (or clone) the repository to your local machine.

✓ Add a file to your local repo and "commit" (save) the changes.

✓"Push" your changes to your main branch.

✓Make a change to your file with a git hosting tool and commit.

✓ "Pull" the changes to your local machine.

✓Create a "branch" (version), make a change, commit the change.

✓Open a "pull request" (propose changes to the main branch) .

✓"Merge" your branch to the main branch.

GITHUB:

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. It's used for storing, tracking, and collaborating on software projects.

  1. GitHub is a service.

  2. GitHub is launched by 2008.

  3. GitHub is maintained by Microsoft.

  4. GitHub is hosting service for git repositories.

  5. GitHub is hosted on the web .

  6. GitHub is focuses on centralized source code hosting.

  7. GitHub has built in user management feature.

FOLLOW👍🏻 Shruti Maheshwari FOR MORE COMTENTS.👩‍💻