Skip to content

Instantly share code, notes, and snippets.

View gomes2191's full-sized avatar
🏠
Working from home

Francisco Aparecido gomes2191

🏠
Working from home
  • NT - Núcleo Tecnológico
  • Brasil
View GitHub Profile
@gomes2191
gomes2191 / git-update-fork.sh
Created June 13, 2020 16:55 — forked from rdeavila/git-update-fork.sh
Git: como atualizar um fork com as mudanças do original?
#!/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
@gomes2191
gomes2191 / xampp_php7_xdebug.md
Created February 22, 2021 19:33 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP