Skip to content

Instantly share code, notes, and snippets.

@rvanlieshout
Created November 4, 2013 10:43
Show Gist options
  • Save rvanlieshout/7300896 to your computer and use it in GitHub Desktop.
Save rvanlieshout/7300896 to your computer and use it in GitHub Desktop.
odin git:(master) git remote show origin
* remote origin
Fetch URL: git@private:odin
Push URL: git@private:odin
HEAD branch: master
Remote branches:
HEAD tracked
feature-2023-multi-download tracked
feature-2062 tracked
feature-2064 tracked
martijn tracked
master tracked
Local refs configured for 'git push':
feature-2023-multi-download pushes to feature-2023-multi-download (up to date)
feature-2062 pushes to feature-2062 (up to date)
feature-2064 pushes to feature-2064 (up to date)
master pushes to master (up to date)
odin git:(master) git fetch
From private.lico.nl:odin
+ 9ceed56...1ceb2a8 HEAD -> origin/HEAD (forced update)
odin git:(master) git fetch
From private.lico.nl:odin
1ceb2a8..9ceed56 master -> origin/master
odin git:(master) git fetch
From private.lico.nl:odin
+ 9ceed56...1ceb2a8 HEAD -> origin/HEAD (forced update)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment