File: git-stuff_profile.sh

package info (click to toggle)
git-stuff 11-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 468 kB
  • sloc: sh: 1,072; perl: 152; makefile: 128
file content (13 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

alias a="git-amend-all"
alias c="git commit -a"
alias ch="git cherry-pick"
alias g="git"
alias l="git log"
alias lp="git log -p"
alias p="git push && git push --tags"
alias pf="git push -f && git push -f --tags"
alias s="git show"

alias dc="${EDITOR:-vi} debian/changelog"