Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions book/02-git-basics/sections/getting-a-repository.asc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[r_getting_a_repo]]
=== Getting a Git Repository
=== Creare una repository Git

You can get a Git project using two main approaches.
The first takes an existing project or directory and imports it into Git.
The second clones an existing Git repository from another server.
I modi per iniziare a lavorare su un progetto Git sono principalmente due.
Il primo parte da un progetto o una directory già esistente in locale e lo importa in Git.
Il secondo clona una repository Git da un server remoto.

==== Initializing a Repository in an Existing Directory

Expand Down