Skip to content

Instantly share code, notes, and snippets.

@edalquist
Created October 27, 2011 14:40
Show Gist options
  • Select an option

  • Save edalquist/1319724 to your computer and use it in GitHub Desktop.

Select an option

Save edalquist/1319724 to your computer and use it in GitHub Desktop.
apollo:uPortal edalquist$ git fetch upstream
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 11 (delta 8), reused 11 (delta 8)
Unpacking objects: 100% (11/11), done.
From github.com:Jasig/uPortal
570a685..db13c90 master -> upstream/master
apollo:uPortal edalquist$ git checkout master
Switched to branch 'master'
apollo:uPortal edalquist$ git merge upstream/master
Updating 570a685..db13c90
Fast-forward
.../layout/theme/universality/preferences.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
apollo:uPortal edalquist$ git push origin master
Total 0 (delta 0), reused 0 (delta 0)
To [email protected]:edalquist/uPortal.git
570a685..db13c90 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment