Git - Github
Git - Github
Git - Github
Source Code Management (SCM)
TABLE OF CONTENTS
01 02
Overview Learning
topics Objectives
03 04
Quiz hands on lab
questions practice
01
OVERVIEW topics
OVERVIEW Topics
What is source code management
What is Git
What is GitHub
What is the difference between Git
and GitHub
How to create a repository
Git What is a README
How to write good READMEs
GitHub How to commit
How to write helpful commit
Topics messages
How to push code
How to pull updates
How to create a branch
How to merge branches
How to work as collaborators on a
Bonus * How to delete branch project
Which files should and which files
should not appear in your repo
02
Learning Objectives
What is source code management
Source code management (SCM) is the practice of tracking and managing changes to
source code over time. It is a way for developers to collaborate on code, track changes,
and maintain versions of their codebase. SCM tools provide a central repository where
developers can store and manage code, and enable them to track changes, collaborate
with others, and revert to previous versions if needed.
Examples:
Git: Git is one of the most popular SCM tools and is used by millions of developers
Example:
git branch -d my-branch
How to delete branches
Share
To let the others know more
Thanks