Skip to content

Instantly share code, notes, and snippets.

@djpate
Created July 28, 2011 15:48
Show Gist options
  • Save djpate/1111794 to your computer and use it in GitHub Desktop.
Save djpate/1111794 to your computer and use it in GitHub Desktop.
pate@pepette:/var/www$ mkdir test
pate@pepette:/var/www$ cd test/
pate@pepette:/var/www/test$ git clone git://github.com/djpate/Kinaf.git
Cloning into Kinaf...
remote: Counting objects: 1150, done.
remote: Compressing objects: 100% (677/677), done.
remote: Total 1150 (delta 399), reused 1129 (delta 378)
Receiving objects: 100% (1150/1150), 915.54 KiB | 344 KiB/s, done.
Resolving deltas: 100% (399/399), done.
pate@pepette:/var/www/test$ cd Kinaf/
pate@pepette:/var/www/test/Kinaf$ ls
classes kinaf orm README scripts
configuration layouts public routing views
pate@pepette:/var/www/test/Kinaf$ git checkout 1.0
Branch 1.0 set up to track remote branch 1.0 from origin.
Switched to a new branch '1.0'
pate@pepette:/var/www/test/Kinaf$ ls
autoload.php bin classes libs README
pate@pepette:/var/www/test/Kinaf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment