Browse Source

docs(git project): move paragraph to instructions section

pull/2516/head
Abdelilah 7 months ago committed by MSilva95
parent
commit
b0b848ab80
  1. 3
      subjects/git/README.md

3
subjects/git/README.md

@ -4,14 +4,13 @@ The Git project is designed to introduce you to the world of version control and
Git is a powerful and widely used tool for tracking changes in your projects, collaborating with others, Git is a powerful and widely used tool for tracking changes in your projects, collaborating with others,
and ensuring the integrity of your code. and ensuring the integrity of your code.
Put all of your work in a directory `work`, each exercise in a seperate file named after the name of the exercise.
This Git project is structured as a series of exercises. You will progressively build your Git skills, This Git project is structured as a series of exercises. You will progressively build your Git skills,
starting from the basics and gradually moving towards more advanced topics. starting from the basics and gradually moving towards more advanced topics.
Let's Git ready for it! Let's Git ready for it!
## Instructions ## Instructions
Put all of your work in a directory `work`, each exercise in a seperate file named after the name of the exercise.
#### Setting Up Git #### Setting Up Git
- Install Git on your local machine by following the instructions for your operating system on the official Git website. - Install Git on your local machine by following the instructions for your operating system on the official Git website.

Loading…
Cancel
Save