Advertisement
Guest User

Untitled

a guest
May 29th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ...=../..
  2. ....=../../..
  3. .....=../../../..
  4. ......=../../../../..
  5. 1='cd -'
  6. 2='cd -2'
  7. 3='cd -3'
  8. 4='cd -4'
  9. 5='cd -5'
  10. 6='cd -6'
  11. 7='cd -7'
  12. 8='cd -8'
  13. 9='cd -9'
  14. _=sudo
  15. afind='ack-grep -il'
  16. bim=vim
  17. clr=clear
  18. d='dirs -v | head -10'
  19. dev='ssh jpalala@xf.sdev'
  20. g=git
  21. ga='git add'
  22. gaa='git add --all'
  23. gap='git add --patch'
  24. gb='git branch'
  25. gba='git branch -a'
  26. gbr='git branch --remote'
  27. gc='git commit -v'
  28. gc!='git commit -v --amend'
  29. gca='git commit -v -a'
  30. gca!='git commit -v -a --amend'
  31. gcl='git config --list'
  32. gclean='git reset --hard && git clean -dfx'
  33. gcm='git checkout master'
  34. gcmsg='git commit -m'
  35. gco='git checkout'
  36. gcount='git shortlog -sn'
  37. gcp='git cherry-pick'
  38. gcs='git commit -S'
  39. gd='git diff'
  40. gdc='git diff --cached'
  41. gdt='git difftool'
  42. gg='git gui citool'
  43. gga='git gui citool --amend'
  44. ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
  45. ggpull='git pull origin $(current_branch)'
  46. ggpur='git pull --rebase origin $(current_branch)'
  47. ggpush='git push origin $(current_branch)'
  48. gignore='git update-index --assume-unchanged'
  49. gignored='git ls-files -v | grep "^[[:lower:]]"'
  50. git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
  51. gk='gitk --all --branches'
  52. gl='git pull'
  53. glg='git log --stat --max-count=10'
  54. glgg='git log --graph --max-count=10'
  55. glgga='git log --graph --decorate --all'
  56. glo='git log --oneline --decorate --color'
  57. glog='git log --oneline --decorate --color --graph'
  58. glp=_git_log_prettily
  59. gm='git merge'
  60. gmt='git mergetool --no-prompt'
  61. gp='git push'
  62. gpoat='git push origin --all && git push origin --tags'
  63. gr='git remote'
  64. grba='git rebase --abort'
  65. grbc='git rebase --continue'
  66. grbi='git rebase -i'
  67. grep='grep --color=auto --exclude-dir={.bzr,.cvs,.git,.hg,.svn}'
  68. grh='git reset HEAD'
  69. grhh='git reset HEAD --hard'
  70. grmv='git remote rename'
  71. grrm='git remote remove'
  72. grset='git remote set-url'
  73. grt='cd $(git rev-parse --show-toplevel || echo ".")'
  74. grup='git remote update'
  75. grv='git remote -v'
  76. gsd='git svn dcommit'
  77. gsps='git show --pretty=short --show-signature'
  78. gsr='git svn rebase'
  79. gss='git status -s'
  80. gst='git status'
  81. gsta='git stash'
  82. gstd='git stash drop'
  83. gstp='git stash pop'
  84. gsts='git stash show --text'
  85. gts='git tag -s'
  86. gunignore='git update-index --no-assume-unchanged'
  87. gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
  88. gup='git pull --rebase'
  89. gvt='git verify-tag'
  90. gwc='git whatchanged -p --abbrev-commit --pretty=medium'
  91. gwip='git add -A; git ls-files --deleted -z | xargs -r0 git rm; git commit -m "--wip--"'
  92. history='fc -l 1'
  93. l='ls -lah'
  94. la='ls -lahtr'
  95. ll='ls -la'
  96. ls='ls -lahr'
  97. lsa='ls -lah'
  98. md='mkdir -p'
  99. please=sudo
  100. po=popd
  101. pu=pushd
  102. rd=rmdir
  103. reloadmac='shutdown -r now'
  104. run-help=man
  105. shutoff='shutdown -h now'
  106. which-command=whence
  107. zing='ssh sdev'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement