GetGit.pdf
GetGit.pdf
Get ready to
understand Git.
>/<
Welcome to
Gitville!
Get ready to explore the
exciting world of Git!
Fasten your seatbelts as
we embark on a journey
to visit git and start on
our Dev journey.
What is Git?
Git is a superhero version
control system that
saves the day by tracking
changes in your code. It's
like a magical time
machine for your files,
allowing you to revisit any
version of your project.
Git is a popular version control system. It was created by
Linus Torvalds in 2005, and has been maintained by Junio
Hamano since then.
It is used for:
Tracking code changes
Tracking who made changes
Coding collaboration
Version Control System
a software tool that helps manage changes to files,
documents, or any other collection of information over time. It
enables multiple people to collaborate on projects by keeping
track of every modification to files and providing
mechanisms to coordinate and merge these changes.
CHECK:
git config --list
and look for the name and username you just entered
KEY TERMS
A "repo" is a tracked Git project folder where all the
project files and version history are stored.
Staged:
Staged files are marked for inclusion in the next commit. You useto
stage files, indicating changes you intend to include in the next commit.
Tracked:
Tracked files are those previously committed to the Git repository or
staged for the next commit. They include modified files waiting to be
staged and files already staged for commit.
More than 150 commands
(....maybe)
But there is good news
alphaberose