1
- ## Welcome to Git ##
1
+ ## Bem vindo ao Git ##
2
2
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 .
4
4
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 .
7
7
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
10
9
give you the context for why it is different than other VCS tools.
11
10
This is meant to take you about 20 minutes.
12
11
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
14
13
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
16
15
minutes to read through.
17
16
18
17
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
21
20
comfortable after you know the basic commands.
22
21
23
22
After you have all of that mastered, we will cover ** Advanced Git** - commands
@@ -35,20 +34,19 @@ work in Git.
35
34
36
35
### Feedback and Contributing ###
37
36
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
39
38
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
41
40
[ http://github.com/schacon/gitscm ] ( http://github.com/schacon/gitscm )
42
41
and send me a patch or a pull-request.
43
42
44
43
### References ###
45
44
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.
47
46
If you would like to read some of the original articles or resources, please
48
47
visit them and thank the authors:
49
48
50
49
* [ Git User Manual] ( http://www.kernel.org/pub/software/scm/git/docs/user-manual.html )
51
50
* [ The Git Tutorial] ( http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html )
52
51
* [ The Git Tutorial pt 2] ( http://www.kernel.org/pub/software/scm/git/docs/gittutorial-2.html )
53
52
* [ "My Git Workflow" blog post] ( http://osteele.com/archives/2008/05/my-git-workflow )
54
-
0 commit comments