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.
30 lines
539 B
Markdown
30 lines
539 B
Markdown
# 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:
|
|
```c
|
|
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:
|
|
```bash
|
|
git pull
|
|
```
|
|
|
|
## Generiamo un conflitto
|
|
|
|
Lo generiamo aggiungendo un link a [GitHub](https://www.github.com).
|