Guest User

Untitled

a guest
Mar 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. # `git log` TYPO to `gi tlog`
  2. function gi() {
  3. a1=${1#t}
  4. shift
  5. git $a1 $*
  6. }
Add Comment
Please, Sign In to add comment