Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created October 8, 2011 16:28
Show Gist options
  • Save marcoceppi/1272504 to your computer and use it in GitHub Desktop.
Save marcoceppi/1272504 to your computer and use it in GitHub Desktop.
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