You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| LICENSE | 7 months ago | |
| README.md | 7 months ago | |
| hello_world.c | 7 months ago | |
README.md
hello-world-2025
Questo è il mio primo repository Git.
Questa è la mia prima modifica ad un file sotto controllo di versione.
Scrivere codice
Possiamo usare il Markdown anche per scrivere codice:
int main(){
int a,b,c;
a = 1;
b = 2;
c = 3;
}
Una modifica fatta online
Questa è una modifica che non ho, al momento, sul mio clone locale del repository. Per ottenerla posso usare il comando:
git pull
Generiamo un conflitto
Lo generiamo aggiungendo un link a GitHub.