I hereby claim:
- I am mirlisboa on github.
- I am mirlisboa (https://keybase.io/mirlisboa) on keybase.
- I have a public key ASBGvjdScACxoUqAR6I6Oqst-KS3q9fBGy_tgwKBKtVqhAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Adicione um novo remote; pode chamá-lo de "upstream": | |
git remote add upstream https://github.com/usuario/projeto.git | |
# Obtenha todos os branches deste novo remote, | |
# como o upstream/master por exemplo: | |
git fetch upstream | |
# ou se quiser pegar as tags |