Created
October 19, 2015 14:06
-
-
Save RichardLitt/7effcf8d71f8c982ed33 to your computer and use it in GitHub Desktop.
This file contains 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
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