You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch02-git-basics-chapter.asc
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
[[ch02-git-basics-chapter]]
2
2
== Git Basics
3
3
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.
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