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
Molte persone confondono l'output dei comandi con i comandi stessi. Esempio:
git add --all .
git commit -m "La mia app Django Girls, primo commit"
[...]
13 files changed, 200 insertions(+)
create mode 100644 .gitignore
[...]
create mode 100644 mysite/wsgi.py
La domanda più frequente è "devo copiare anche 13 files changed ... ?". Suggerirei di sistemare questo aspetto separando i comandi dai relativi output.
Assegnami pure.
PATH del file
Un esempio è su djangogirls-tutorial/master/deploy/README.md
The text was updated successfully, but these errors were encountered:
Descrizione
Molte persone confondono l'output dei comandi con i comandi stessi. Esempio:
La domanda più frequente è "devo copiare anche 13 files changed ... ?". Suggerirei di sistemare questo aspetto separando i comandi dai relativi output.
Assegnami pure.
PATH del file
Un esempio è su djangogirls-tutorial/master/deploy/README.md
The text was updated successfully, but these errors were encountered: