Skip to content

Instantly share code, notes, and snippets.

View fintelia's full-sized avatar

Jonathan Behrens fintelia

  • Microsoft
  • Seattle, WA
  • 16:23 (UTC -07:00)
View GitHub Profile
@javigomez
javigomez / Origin to Upstream
Created October 22, 2012 15:14
Git command to rename the origin to upstream when you just forked a project
git remote rename origin upstream
git add remote origin git@github.com:user/fork.git