Skip to content

Instantly share code, notes, and snippets.

@takeru
Created January 29, 2010 06:15
Show Gist options
  • Save takeru/289495 to your computer and use it in GitHub Desktop.
Save takeru/289495 to your computer and use it in GitHub Desktop.
tkrmb:~/tmp/kenai_jruby% git clone git://kenai.com/jruby~main
Initialized empty Git repository in /Users/takeru/tmp/kenai_jruby/jruby~main/.git/
remote: Counting objects: 117885, done.
remote: Compressing objects: remote: 100% (36850/36850), done.
remote: Total 117885 (delta 82965), reused 107497remote: (delta 74527)
Receiving objects: 100% (117885/117885), 49.14 MiB | 473 KiB/s, done.
Resolving deltas: 100% (82965/82965), done.
Checking out files: 100% (5408/5408), done.
tkrmb:~/tmp/kenai_jruby% ls
jruby~main
tkrmb:~/tmp/kenai_jruby% cd jruby\~main
tkrmb:~/tmp/kenai_jruby/jruby~main% ls -la
total 248
drwxr-xr-x 37 takeru takeru 1258 1 29 15:12 .
drwxr-xr-x 3 takeru takeru 102 1 29 15:08 ..
-rw-r--r-- 1 takeru takeru 2006 1 29 15:12 .classpath
drwxr-xr-x 3 takeru takeru 102 1 29 15:12 .externalToolBuilders
drwxr-xr-x 11 takeru takeru 374 1 29 15:12 .git
-rwxr-xr-x 1 takeru takeru 581 1 29 15:12 .gitignore
-rw-r--r-- 1 takeru takeru 860 1 29 15:12 .project
drwxr-xr-x 6 takeru takeru 204 1 29 15:12 .settings
-rw-r--r-- 1 takeru takeru 113110 1 29 15:12 COPYING
-rw-r--r-- 1 takeru takeru 218 1 29 15:12 LEGAL
-rw-r--r-- 1 takeru takeru 2572 1 29 15:12 LICENSE.RUBY
-rw-r--r-- 1 takeru takeru 1799 1 29 15:12 README
-rw-r--r-- 1 takeru takeru 1004 1 29 15:12 Rakefile
drwxr-xr-x 103 takeru takeru 3502 1 29 15:12 bench
drwxr-xr-x 29 takeru takeru 986 1 29 15:12 bin
-rw-r--r-- 1 takeru takeru 81466 1 29 15:12 build.xml
drwxr-xr-x 52 takeru takeru 1768 1 29 15:12 build_lib
-rw-r--r-- 1 takeru takeru 1387 1 29 15:12 default.build.properties
drwxr-xr-x 11 takeru takeru 374 1 29 15:12 docs
-rw-r--r-- 1 takeru takeru 155 1 29 15:12 findbugs.xml
drwxr-xr-x 8 takeru takeru 272 1 29 15:12 gem
drwxr-xr-x 5 takeru takeru 170 1 29 15:12 install
drwxr-xr-x 5 takeru takeru 170 1 29 15:12 ivy
-rw-r--r-- 1 takeru takeru 265 1 29 15:12 jruby.bnd.template
drwxr-xr-x 7 takeru takeru 238 1 29 15:12 lib
drwxr-xr-x 5 takeru takeru 170 1 29 15:12 maven
drwxr-xr-x 8 takeru takeru 272 1 29 15:12 nbproject
-rw-r--r-- 1 takeru takeru 5070 1 29 15:12 netbeans-ant.xml
-rw-r--r-- 1 takeru takeru 4071 1 29 15:12 pom.xml
drwxr-xr-x 6 takeru takeru 204 1 29 15:12 rakelib
-rw-r--r-- 1 takeru takeru 226 1 29 15:12 rubyspecs.revision
drwxr-xr-x 15 takeru takeru 510 1 29 15:12 samples
drwxr-xr-x 12 takeru takeru 408 1 29 15:12 spec
drwxr-xr-x 3 takeru takeru 102 1 29 15:12 spi
drwxr-xr-x 6 takeru takeru 204 1 29 15:12 src
drwxr-xr-x 271 takeru takeru 9214 1 29 15:12 test
drwxr-xr-x 11 takeru takeru 374 1 29 15:12 tool
tkrmb:~/tmp/kenai_jruby/jruby~main% git branch -a
* master
origin/187
origin/HEAD
origin/bdortch
origin/codecache2
origin/enumerator
origin/ffi-1.4
origin/jruby-1.3
origin/jruby-1_0
origin/jruby-1_0_X
origin/jruby-1_1
origin/jruby-1_2
origin/jruby-1_3
origin/jruby-1_4
origin/jruby-reg
origin/kenai-1-2-regexp-fix
origin/master
origin/newreg
origin/opto
origin/rbx
origin/threading
tkrmb:~/tmp/kenai_jruby/jruby~main% git checkout origin/codecache2
Note: moving to "origin/codecache2" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at 34624c3... Fix for JRUBY-4503: recover pass-through behavior of Zlib::Inflate.
tkrmb:~/tmp/kenai_jruby/jruby~main%
tkrmb:~/tmp/kenai_jruby/jruby~main% git checkout -b codecache2
Switched to a new branch "codecache2"
tkrmb:~/tmp/kenai_jruby/jruby~main%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment