Skip to content

Instantly share code, notes, and snippets.

View besser's full-sized avatar
:octocat:
Coding...

Roberto Besser besser

:octocat:
Coding...
  • Supplylabs
  • São Paulo, Brazil
  • 06:11 (UTC -03:00)
  • X @Besser
View GitHub Profile
@besser
besser / git-update-fork.sh
Last active October 2, 2019 07:05 — 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
@besser
besser / .md
Created December 5, 2017 03:56
spf13-vim + vim-go
  1. Install spf13-vim
sh <(curl https://j.mp/spf13-vim3 -L)
  1. Install Go bundle
echo "let g:spf13_bundle_groups=['general', 'neocomplete', 'programming', 'ruby', 'python', 'go', 'javascript', 'html', 'misc', 'writing' ]" >> ~/.vimrc.before.local