Add gfa, irb utility_belt, and gitignore DS_Store and .svn
This commit is contained in:
parent
f27d4a3cb5
commit
5f8582acb9
3 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
.DS_Store
|
||||||
|
.svn
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
doc/tags*
|
doc/tags*
|
||||||
|
|
|
||||||
1
.irbrc
1
.irbrc
|
|
@ -1,3 +1,4 @@
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'interactive_editor'
|
require 'interactive_editor'
|
||||||
|
require 'utility_belt'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,7 @@ alias gd="git diff"
|
||||||
alias gdc="git diff --cached"
|
alias gdc="git diff --cached"
|
||||||
alias gc="git commit"
|
alias gc="git commit"
|
||||||
alias gca="git commit --amend"
|
alias gca="git commit --amend"
|
||||||
|
alias gfa="git fetch --all"
|
||||||
alias gr="git remote -v show"
|
alias gr="git remote -v show"
|
||||||
alias gp="git push"
|
alias gp="git push"
|
||||||
alias gu="git pull"
|
alias gu="git pull"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue