Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e4e49f

Browse files
committed
update README.md
1 parent 1c8b6fd commit 9e4e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ Exemplo:
128128
* Para publicaremos em nossa branch master, utilizaremos o comando: <br>```git push origin master```<br>
129129
* Agora para finalizar, faremos o push do último arquivo, então vamos criar com o comando <br>```echo "print('Olá mundo')" >> app.py```<br> adicionaremos ao repositório na branch updates com:<br> ```git checkout updates```, ```git add app.py``` ```git commit -m add app.py``` ```git push origin updates```.<br> Então poderemos fazer o merge para a branch master com (ele ficará disponível em pull requests até que aceite ou de o git push do final do tutorial):<br> ```git checkout master``` ```git merge updates```<br>e para finalizar:<br> ```git push origin master``` <br>
130130

131-
### Passos ilustrados
131+
### Passos ilustrados (linux)
132132
<img src="https://i.imgur.com/wE31Vr2.png">
133133
<img src="https://i.imgur.com/Om6JvZ0.png">

0 commit comments

Comments
 (0)