public
Description: bash, git, vim, irb, rails, sake
Clone URL: git://github.com/mislav/dotfiles.git
Search Repo:
add GitHub as gem source; add "git put"
mislav (author)
Wed Jun 25 05:18:47 -0700 2008
commit  6f4447d2132073a90849e1a7e1557c6077e29c81
tree    84d8ed1900003066900ff5d3d647d93386695eef
parent  21623f966dd3cf467dd496b4e2bbce555f35afee
0
...
1
 
2
3
4
5
6
7
8
 
9
 
 
...
1
2
3
4
 
 
5
6
 
7
8
9
10
0
@@ -1,9 +1,10 @@
0
 ---
0
+:verbose: true
0
 gem: --no-ri --no-rdoc
0
 :update_sources: true
0
-:verbose: true
0
-:bulk_threshold: 1000
0
 :sources:
0
 - http://gems.rubyforge.org
0
-:benchmark: false
0
+- http://gems.github.com
0
 :backtrace: false
0
+:bulk_threshold: 1000
0
+:benchmark: false
0
gitconfig 100644 →
...
5
6
7
 
8
9
10
...
5
6
7
8
9
10
11
0
@@ -5,6 +5,7 @@
0
   whitespace = nowarn
0
 [alias]
0
   co = checkout
0
+ put = push origin HEAD
0
 [color]
0
   diff = auto
0
   status = auto

Comments

    No one has commented yet.