You are on page 1of 1

কোডিং বুট ক্যাম্প :: github ভার্সন কন্ট্রোল পরিচিতি ও সেটআপ

What is learn in today's class:-->

*what is git--Git is a distributed version-control system for tracking changes in


any set of files, originally designed for coordinating work among programmers
cooperating on source code during software development. Its goals include speed,
data integrity, and support for distributed, non-linear workflows.
*what is version control--In software engineering, version control is a class of
systems responsible for managing changes to computer programs, documents, large web
sites, or other collections of information. Version control is a component of
software configuration management.
*what is github--GitHub is a Git repository hosting service, but it adds many of
its own features. While Git is a command line tool, GitHub provides a Web-based
graphical interface. It also provides access control and several collaboration
features, such as a wikis and basic task management tools for every project.
*what is github repository--A repository contains all of your project's files and
each file's revision history. You can discuss and manage your project's work within
the repository. You can own repositories individually, or you can share ownership
of repositories with other people in an organization.
*How to open github account and verify it.
*How to download git.

You might also like