Skip to content

Commit b7367a2

Browse files
committed
Corrige âncoras
1 parent 8a748ca commit b7367a2

14 files changed

Lines changed: 209 additions & 176 deletions

A-git-in-other-environments.asc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#A-git-in-other-environments]
1+
[[A-git-in-other-environments]]
22
[appendix]
33
== Git em Outros Ambientes
44

@@ -13,6 +13,11 @@ include::book/A-git-in-other-environments/sections/visualstudio.asc[]
1313

1414
include::book/A-git-in-other-environments/sections/eclipse.asc[]
1515

16+
include::book/A-git-in-other-environments/sections/visualstudiocode.asc[]
17+
18+
include::book/A-git-in-other-environments/sections/jetbrainsides.asc[]
19+
20+
include::book/A-git-in-other-environments/sections/sublimetext.asc[]
1621

1722
include::book/A-git-in-other-environments/sections/bash.asc[]
1823

C-git-commands.asc

Lines changed: 170 additions & 130 deletions
Large diffs are not rendered by default.

ch01-getting-started.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[#ch01-introduction]
2-
[[r_getting_started]]
1+
[[ch01-getting-started]]
32
== Começando
43

54
Este capítulo abordará como começar com o Git.
@@ -10,7 +9,7 @@ include::book/01-introduction/sections/about-version-control.asc[]
109

1110
include::book/01-introduction/sections/history.asc[]
1211

13-
include::book/01-introduction/sections/basics.asc[]
12+
include::book/01-introduction/sections/what-is-git.asc[]
1413

1514
include::book/01-introduction/sections/command-line.asc[]
1615

ch02-git-basics-chapter.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[#ch02-git-basics]
2-
[[r_git_basics_chapter]]
1+
[[ch02-git-basics-chapter]]
32
== Fundamentos de Git
43

54
Se você pode ler apenas um capítulo antes de começar a usar o Git, este é ele.

ch03-git-branching.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[#ch03-git-branching]
2-
[[r_git_branching]]
1+
[[ch03-git-branching]]
32
== Branches no Git
43

54
(((branches)))
@@ -30,4 +29,4 @@ include::book/03-git-branching/sections/rebasing.asc[]
3029
Nós iremos mostrar as funções de Branches e Merges básicas no Git.
3130
Sinta-se confortável para criar e alternar para novos branches, alternar entre branches e mesclar branches locais.
3231
Você também deve ser capaz de compartilhar seus branches enviando-os (push) para um servidor compartilhado, trabalhando com outras pessoas em branches compartilhados e rebaseando (rebase) seus branches antes de serem compartilhados.
33-
A seguir, vamos apresentar o que você precisa para executar seu próprio servidor para hospedagem do repositório Git.
32+
A seguir, vamos apresentar o que você precisa para executar seu próprio servidor para hospedagem do repositório Git.

ch04-git-on-the-server.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[#ch04-git-server]
1+
[[ch04-git-on-the-server]]
22
== Git no servidor
33

44
(((serving repositories)))
@@ -36,4 +36,4 @@ Você tem várias opções para ter um repositório remoto Git executando para q
3636

3737
Executar seu próprio servidor te proporcional muito controle e permite que você execute seu servidor por seu próprio firewall, mas é esse tipo de servidor geralmente requer bastante de seu tempo para configuração e manutenção. Se você colocou seus dados em um servidor hospedado é fácil configurar e manter, contudo, você tem que manter seu código no servidor de terceiros, mas algumas organizações não permitem isso.
3838

39-
Isso deve ser o bastante para determinar qual solução ou combinação de soluções é apropriada para você e seus colaboradores.
39+
Isso deve ser o bastante para determinar qual solução ou combinação de soluções é apropriada para você e seus colaboradores.

ch05-distributed-git.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
[#ch05-distributed-git]
2-
[[r_distributed_git]]
1+
[[ch05-distributed-git]]
32
== Distributed Git
43

54
(((distributed git)))
6-
Now that you have a remote Git repository set up as a point for all the developers to share their code, and you're familiar with basic Git commands in a local workflow, you'll look at how to utilize some of the distributed workflows that Git affords you.
5+
Now that you have a remote Git repository set up as a focal point for all the developers to share their code, and you're familiar with basic Git commands in a local workflow, you'll look at how to utilize some of the distributed workflows that Git affords you.
76

87
In this chapter, you'll see how to work with Git in a distributed environment as a contributor and an integrator.
98
That is, you'll learn how to contribute code successfully to a project and make it as easy on you and the project maintainer as possible, and also how to maintain a project successfully with a number of developers contributing.

ch06-github.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[#ch06-github]
2-
[[r_github]]
1+
[[ch06-github]]
32
== GitHub
43

54
(((GitHub)))

ch07-git-tools.asc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
[#ch07-git-tools]
2-
[[r_git_tools]]
1+
[[ch07-git-tools]]
32
== Git Tools
43

5-
By now, youve learned most of the day-to-day commands and workflows that you need to manage or maintain a Git repository for your source code control.
6-
Youve accomplished the basic tasks of tracking and committing files, and youve harnessed the power of the staging area and lightweight topic branching and merging.
4+
By now, you've learned most of the day-to-day commands and workflows that you need to manage or maintain a Git repository for your source code control.
5+
You've accomplished the basic tasks of tracking and committing files, and you've harnessed the power of the staging area and lightweight topic branching and merging.
76

8-
Now youll explore a number of very powerful things that Git can do that you may not necessarily use on a day-to-day basis but that you may need at some point.
7+
Now you'll explore a number of very powerful things that Git can do that you may not necessarily use on a day-to-day basis but that you may need at some point.
98

109
include::book/07-git-tools/sections/revision-selection.asc[]
1110

@@ -37,7 +36,7 @@ include::book/07-git-tools/sections/credentials.asc[]
3736

3837
=== Summary
3938

40-
Youve seen a number of advanced tools that allow you to manipulate your commits and staging area more precisely.
39+
You've seen a number of advanced tools that allow you to manipulate your commits and staging area more precisely.
4140
When you notice issues, you should be able to easily figure out what commit introduced them, when, and by whom.
42-
If you want to use subprojects in your project, youve learned how to accommodate those needs.
43-
At this point, you should be able to do most of the things in Git that youll need on the command line day to day and feel comfortable doing so.
41+
If you want to use subprojects in your project, you've learned how to accommodate those needs.
42+
At this point, you should be able to do most of the things in Git that you'll need on the command line day to day and feel comfortable doing so.

ch08-customizing-git.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[#ch08-customizing-git]
2-
[[r_customizing_git]]
1+
[[ch08-customizing-git]]
32
== Customizing Git
43

54
So far, we've covered the basics of how Git works and how to use it, and we've introduced a number of tools that Git provides to help you use it easily and efficiently.

0 commit comments

Comments
 (0)