Created
November 4, 2013 10:43
-
-
Save rvanlieshout/7300896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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