Created
October 8, 2011 16:28
-
-
Save marcoceppi/1272504 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
| root@dagobah:/opt/usagelog# git remote add upstream git://github.com/sfstpala/Usage-Log.git | |
| root@dagobah:/opt/usagelog# git pull upstream master | |
| remote: Counting objects: 8, done. | |
| remote: Compressing objects: 100% (2/2), done. | |
| remote: Total 4 (delta 2), reused 4 (delta 2) | |
| Unpacking objects: 100% (4/4), done. | |
| From git://github.com/sfstpala/Usage-Log | |
| * [new branch] master -> upstream/master | |
| Updating 579e48e..0bb9624 | |
| Fast-forward | |
| usage_log.py | 45 +++++++++++++++++++++++++-------------------- | |
| 1 files changed, 25 insertions(+), 20 deletions(-) | |
| root@dagobah:/opt/usagelog# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment