Skip to content

Commit

Permalink
Update how-to-use-git-version-control-system.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afroz01 authored Mar 13, 2024
1 parent 9ce8e52 commit 884db35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GIT is a great technology, please take the time to learn it. DON’T procrastina

GIT is more than just a "set of commands" that you have to learn. Throughout the years, we have learned that the best way to teach GIT is by understanding the concepts and meaning of the technology first, rather than just giving you a list of commands to use.

## Why Bother to use GIT?
## Why bother to use GIT?

Being the only developer in a project is a [utopia](http://www.thefreedictionary.com/Utopic). Normally, you collaborate with other developers, and, without GIT, that becomes a big problem. That’s why we need a *repository* of information to centralize and manage changes. With a *repository*, we are addressing the following:

Expand Down

0 comments on commit 884db35

Please sign in to comment.