Skip to content

Commit af352f3

Browse files
Inicio do projeto
1 parent e194f2d commit af352f3

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#Introduction
1+
#Introdução
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
## Welcome to Git ##
1+
## Bem vindo ao Git ##
22

3-
Welcome to Git - the fast, distributed version control system.
3+
Bem vindo ao Git - o mais rápido , sistema de controle de versão distribuida.
44

5-
This book is meant to be a starting point for people new to Git to learn it
6-
as quickly and easily as possible.
5+
Esse livro é um ponto de início para as pessoas novas no Git que querem
6+
aprendê-lo tão rapidamente e facilmente quanto possível.
77

8-
9-
This book will start out by introducing you to the way Git stores data, to
8+
This book will start out by introducing you to the way Git stores data, to
109
give you the context for why it is different than other VCS tools.
1110
This is meant to take you about 20 minutes.
1211

13-
Next we will cover **Basic Git Usage** - the commands you will be using 90% of
12+
Next we will cover **Basic Git Usage** - the commands you will be using 90% of
1413
the time. These should give you a good basis to use Git comfortably for most
15-
of what you're going to use it for. This section should take you about 30
14+
of what you're going to use it for. This section should take you about 30
1615
minutes to read through.
1716

1817
Next we will go over **Intermediate Git Usage** - things that are slightly more
19-
complex, but may replace some of the basic commands you learned in the first
20-
section. This will mostly be tricks and commands that will feel more
18+
complex, but may replace some of the basic commands you learned in the first
19+
section. This will mostly be tricks and commands that will feel more
2120
comfortable after you know the basic commands.
2221

2322
After you have all of that mastered, we will cover **Advanced Git** - commands
@@ -35,20 +34,19 @@ work in Git.
3534

3635
### Feedback and Contributing ###
3736

38-
At any point, if you see a mistake or want to contribute to the book, you can
37+
At any point, if you see a mistake or want to contribute to the book, you can
3938
send me an email at [schacon@gmail.com](mailto://schacon@gmail.com), or you
40-
can clone the source of this book at
39+
can clone the source of this book at
4140
[http://github.com/schacon/gitscm](http://github.com/schacon/gitscm)
4241
and send me a patch or a pull-request.
4342

4443
### References ###
4544

46-
Much of this book is pulled together from different sources and then added to.
45+
Much of this book is pulled together from different sources and then added to.
4746
If you would like to read some of the original articles or resources, please
4847
visit them and thank the authors:
4948

5049
* [Git User Manual](http://www.kernel.org/pub/software/scm/git/docs/user-manual.html)
5150
* [The Git Tutorial](http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html)
5251
* [The Git Tutorial pt 2](http://www.kernel.org/pub/software/scm/git/docs/gittutorial-2.html)
5352
* ["My Git Workflow" blog post](http://osteele.com/archives/2008/05/my-git-workflow)
54-

0 commit comments

Comments
 (0)