Skip to content

Instantly share code, notes, and snippets.

@bobo
Created September 21, 2010 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobo/589394 to your computer and use it in GitHub Desktop.
Save bobo/589394 to your computer and use it in GitHub Desktop.
bobo@mikaelsundberg:~/Projects/temp$ lein new checkouts_test
Created new project in: checkouts_test
bobo@mikaelsundberg:~/Projects/temp$ cd checkouts_test/
bobo@mikaelsundberg:~/Projects/temp/checkouts_test$ mkdir checkouts
bobo@mikaelsundberg:~/Projects/temp/checkouts_test$ cd checkouts/
bobo@mikaelsundberg:~/Projects/temp/checkouts_test/checkouts$ git clone http://github.com/mattrepl/clj-oauth.git
Initialized empty Git repository in /home/bobo/Projects/temp/checkouts_test/checkouts/clj-oauth/.git/
remote: Counting objects: 564, done.
remote: Compressing objects: 100% (358/358), done.
remote: Total 564 (delta 277), reused 361 (delta 176)
Receiving objects: 100% (564/564), 4.47 MiB | 1.93 MiB/s, done.
Resolving deltas: 100% (277/277), done.
bobo@mikaelsundberg:~/Projects/temp/checkouts_test/checkouts$ cd ..
bobo@mikaelsundberg:~/Projects/temp/checkouts_test$ pico project.clj
bobo@mikaelsundberg:~/Projects/temp/checkouts_test$ cat project.clj
(defproject checkouts_test "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[clj-oauth "1.2.3"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment