Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
7c527ab4
Commit
7c527ab4
authored
Sep 16, 2015
by
127.0.0.1
Committed by
amnesia
Sep 16, 2015
Browse files
come usare git nelle modifiche locali/remote
parent
b7c3e118
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/blueprint/l10n_Italian.mdwn
View file @
7c527ab4
...
...
@@ -29,6 +29,28 @@ to add it, run:
... in an existing clone of our Git repo.
#Git comandi quotidiani
Sono tutti da mandare da terminale, una volta che si è dentro alla cartella che si usa per il proetto tails.
git pull
Per sincronizzarsi al repository remoto
git add NAMEFILE
Per aggiungere allo stadio "stage" i file che poi si manderà al repository remoto
git commit -m "DESCRIZIONE DELLE MODIFICHE FATTE"
Per avere una descrizione delle modifiche fatte localmente, ma che apparirà anche al repository remoto quando si aggiungeranno
git push
Per aggiungere i commit fatti al repository remoto
# Come configurare il workflow git sul vostro pc
NOTA:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment