├── fstops.txt ├── mefool.txt ├── test.txt ├── AlexaFernandes.txt ├── marcoStellin.txt ├── vascogomesferreira.txt ├── David_:D.txt ├── FVenancio.txt ├── Ana-Reis.txt ├── marianafidalgo.txt ├── tiagocabecinha ├── Daniel-Castro.txt ├── Monica-Gomez.txt ├── jgilcruz.txt ├── mariacarvalho97.txt ├── Carlos-Marques.txt ├── Andre-MR-Pereira.txt ├── André-Pinheiro.txt ├── rodrigues.txt ├── README.md ├── carlos-pires.txt └── DuarteCerdeira.txt /fstops.txt: -------------------------------------------------------------------------------- 1 | nada disso 2 | -------------------------------------------------------------------------------- /mefool.txt: -------------------------------------------------------------------------------- 1 | ( ͡° ͜ʖ ͡°) 2 | -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- 1 | isto é um teste 2 | -------------------------------------------------------------------------------- /AlexaFernandes.txt: -------------------------------------------------------------------------------- 1 | Boas maltinha! 2 | -------------------------------------------------------------------------------- /marcoStellin.txt: -------------------------------------------------------------------------------- 1 | Ciao dall'Italia! 2 | -------------------------------------------------------------------------------- /vascogomesferreira.txt: -------------------------------------------------------------------------------- 1 | Bom dia 2 | -------------------------------------------------------------------------------- /David_:D.txt: -------------------------------------------------------------------------------- 1 | Boas 2 | Eu sou o David 3 | -------------------------------------------------------------------------------- /FVenancio.txt: -------------------------------------------------------------------------------- 1 | git workshop test file 2 | -------------------------------------------------------------------------------- /Ana-Reis.txt: -------------------------------------------------------------------------------- 1 | Olá o meu nome é Ana Reis. 2 | 3 | -------------------------------------------------------------------------------- /marianafidalgo.txt: -------------------------------------------------------------------------------- 1 | hello world! 2 | aslkdjl 3 | -------------------------------------------------------------------------------- /tiagocabecinha: -------------------------------------------------------------------------------- 1 | poiuytredvsdjkdjfviuosfksçpfj 2 | -------------------------------------------------------------------------------- /Daniel-Castro.txt: -------------------------------------------------------------------------------- 1 | Este workshop está a ser brutal! -------------------------------------------------------------------------------- /Monica-Gomez.txt: -------------------------------------------------------------------------------- 1 | Welcome to Git Message Board! 2 | -------------------------------------------------------------------------------- /jgilcruz.txt: -------------------------------------------------------------------------------- 1 | ISALTINO 2 | ISALTINO 3 | ISALTINO 4 | -------------------------------------------------------------------------------- /mariacarvalho97.txt: -------------------------------------------------------------------------------- 1 | Hello World !! 2 | 3 | 1234 4 | -------------------------------------------------------------------------------- /Carlos-Marques.txt: -------------------------------------------------------------------------------- 1 | lmao tenho fome!!! Welcome to Git Message Board! 2 | -------------------------------------------------------------------------------- /Andre-MR-Pereira.txt: -------------------------------------------------------------------------------- 1 | Estou ca, atrasado mas tou, ja vos apanho pessoal ;) 2 | -------------------------------------------------------------------------------- /André-Pinheiro.txt: -------------------------------------------------------------------------------- 1 | Uma frase muito fixe! Atlético Clube de Portugal, sempre! 2 | -------------------------------------------------------------------------------- /rodrigues.txt: -------------------------------------------------------------------------------- 1 | # sugestao 2 | 3 | def new_feature(parametro): 4 | 5 | return true -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ForkRepository 2 | Repository for git workshop to learn fork and commit different .txt files 3 | -------------------------------------------------------------------------------- /carlos-pires.txt: -------------------------------------------------------------------------------- 1 | 1234 2 | Roses are red 3 | violets are blue 4 | passe de jonas 5 | golo de mitroglou 6 | -------------------------------------------------------------------------------- /DuarteCerdeira.txt: -------------------------------------------------------------------------------- 1 | “When life gives you lemons, don’t make lemonade. 2 | 3 | Make life take the lemons back! Get mad! I don’t want your damn lemons, what the hell am I supposed to do with these? 4 | Demand to see life’s manager! Make life rue the day it thought it could give Cave Johnson lemons! 5 | Do you know who I am? I’m the man who’s gonna burn your house down! With the lemons! 6 | I’m gonna get my engineers to invent a combustible lemon that burns your house down!” 7 | 8 | — Cave Johnson, founder and CEO of Aperture Science 9 | --------------------------------------------------------------------------------