-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaula.py
More file actions
19 lines (19 loc) · 767 Bytes
/
aula.py
File metadata and controls
19 lines (19 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
print('Olá, mundo!' + 'create readme')
print('Alterando para teste' + 'adicionando o py')
print('Segunda alteração' + 'alterando aula py')
print('fazendo alteração para push' + 'segunda alteraçaõ py')
print('Olá, mundo!' + 'fazendo push')
print('Olá, mundo!' + 'arrumando tudo')
print('depois de mudar algo
fazer o git add .
fazer o git commit -m "comentario"
pode ser feito o git diff para ver a diferença
ai entao pode fazer o git push origin main
se precisar voltar atras
usa-se o git log --oneline para ver onde predende voltar, copia o codigo
digita git restore --source cola o codigo
na sequencia add commit push
criando branch
git brnch <nome da branch>
ou git checkout -b <nome da branch
adicionando mais uma linha para tentar mandar pra origin')