Skip to content

Instantly share code, notes, and snippets.

@RichardLitt
Created October 19, 2015 14:06
Show Gist options
  • Save RichardLitt/7effcf8d71f8c982ed33 to your computer and use it in GitHub Desktop.
Save RichardLitt/7effcf8d71f8c982ed33 to your computer and use it in GitHub Desktop.
10:05 ~/src/ipfs-community πŸ• git co master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
10:05 ~/src/ipfs-community πŸ• git pull
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 11 (delta 2), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (11/11), done.
From github.com:ipfs/community
96a9229..34b44fe master -> origin/master
Updating 96a9229..34b44fe
Fast-forward
README.md | 33 +++++++++++++++++++++++++++++++++
assets/bg-meetup-com.jpeg | Bin 0 -> 2620558 bytes
assets/header-meetup-com.jpeg | Bin 0 -> 133998 bytes
3 files changed, 33 insertions(+)
create mode 100644 assets/bg-meetup-com.jpeg
create mode 100644 assets/header-meetup-com.jpeg
10:05 ~/src/ipfs-community πŸ• git fm
fatal: 'upstream' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
10:05 ~/src/ipfs-community πŸ• git remote -vv
origin git@github.com:ipfs/community.git (fetch)
origin git@github.com:ipfs/community.git (push)
10:05 ~/src/ipfs-community πŸ• git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
10:06 ~/src/ipfs-community πŸ•
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment