Guest User

Untitled

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