Skip to content

Instantly share code, notes, and snippets.

@lsinger
Created January 9, 2010 00:37
Show Gist options
  • Save lsinger/272612 to your computer and use it in GitHub Desktop.
Save lsinger/272612 to your computer and use it in GitHub Desktop.
lsinger@Jun:~/Documents/Development/Cappuccino$ rm -rf cappuccino/
lsinger@Jun:~/Documents/Development/Cappuccino$ git://github.com/280north/cappuccino.git
-bash: git://github.com/280north/cappuccino.git: No such file or directory
lsinger@Jun:~/Documents/Development/Cappuccino$ rm -rf cappuccino/
lsinger@Jun:~/Documents/Development/Cappuccino$ git clone git://github.com/280north/cappuccino.git
Initialized empty Git repository in /Users/lsinger/Documents/Development/Cappuccino/cappuccino/.git/
remote: Counting objects: 12298, done.
remote: Compressing objects: 100% (4347/4347), done.
remote: Total 12298 (delta 8403), reused 11443 (delta 7822)
Receiving objects: 100% (12298/12298), 7.11 MiB | 778 KiB/s, done.
Resolving deltas: 100% (8403/8403), done.
lsinger@Jun:~/Documents/Development/Cappuccino$ cd cappuccino/
lsinger@Jun:~/Documents/Development/Cappuccino/cappuccino$ git status
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Tools/press/objj-analysis-tools.j
#
no changes added to commit (use "git add" and/or "git commit -a")
lsinger@Jun:~/Documents/Development/Cappuccino/cappuccino$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment