Skip to content

Commit 5d69d5d

Browse files
authored
Merge pull request #12 from gison93/patch-1
Translated ch02-git-basics-chapter.asc
2 parents c25dcfe + 8a480a9 commit 5d69d5d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

ch02-git-basics-chapter.asc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[[ch02-git-basics-chapter]]
22
== Git Basics
33

4-
If you can read only one chapter to get going with Git, this is it.
5-
This chapter covers every basic command you need to do the vast majority of the things you'll eventually spend your time doing with Git.
6-
By the end of the chapter, you should be able to configure and initialize a repository, begin and stop tracking files, and stage and commit changes.
7-
We'll also show you how to set up Git to ignore certain files and file patterns, how to undo mistakes quickly and easily, how to browse the history of your project and view changes between commits, and how to push and pull from remote repositories.
4+
Se devi leggere un solo capitolo per iniziare a usare Git, leggi questo.
5+
Questo capitolo copre ogni comando di base di cui avrai bisogno per fare la maggior parte delle cose che farai con Git.
6+
Per la fine del capitolo, dovresti essere in grado di configurare e inizializare una repository, iniziare e stoppare il tracking dei file, e fare stage e commit delle modifiche.
7+
8+
Mostreremo anche come configurare Git per ignorare alcuni file e file pattern, come annullare un errore velocemente e facilmente, come sfogliare la storia del tuo progetto e vedere le differenze tra i commit, e come fare push e pull dalle repository remote.
89

910
include::book/02-git-basics/sections/getting-a-repository.asc[]
1011

@@ -20,7 +21,7 @@ include::book/02-git-basics/sections/tagging.asc[]
2021

2122
include::book/02-git-basics/sections/aliases.asc[]
2223

23-
=== Summary
24+
=== Sommario
2425

25-
At this point, you can do all the basic local Git operations -- creating or cloning a repository, making changes, staging and committing those changes, and viewing the history of all the changes the repository has been through.
26-
Next, we'll cover Git's killer feature: its branching model.
26+
A questo punto, puoi fare tutte le operazioni di base locali di Git -- creare o clonare una repository, apportare modifiche, fare stage e commit di tali modifiche, e visualizzare la storia di tutte le modifiche che la repository ha subito.
27+
Dopo copriremo la funzione caratteristica di Git: il suo modello di branching.

0 commit comments

Comments
 (0)