Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.32 KB

HelloWorld_pt2.md

File metadata and controls

39 lines (22 loc) · 1.32 KB

Learn Git and Github

Learn Git and Github



0x0 : Hello World

The Hello World project is a time-honored tradition in computer programming. It is a simple exercise that gets you started when learning something new. Let’s get started with GitHub!



On this lesson you’ll learn how to:

  • How Git and the Version Control System works.


So, As I have told you before, we will get used to thie Version Control System thing and how does Git help you doing that as a Distributed Version Control System.

  • Working Directory : Is the local directory you use and you work on, where you are going to make changes and modifications.

  • Staging Area : Is the place where Git is going to save your changes and wait for them to be commited.

  • Local Repository : Is where git is going to take snapshosts of your current versions of the changes and modifications.

And that's what we call The Three State Model that git uses.

On the next Module 0x1, You will learn some git commands, the essentials and how to contribute and do modifications on Git repositories.



© 2020 - DzCode - Sofiane Hamlaooui - Making the world a better place 🌎