mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Removed useless git alias
This commit is contained in:
parent
c702f4cd6a
commit
fbbc89f2cd
@ -1,12 +1,3 @@
|
|||||||
# signoff every commit
|
|
||||||
git() {
|
|
||||||
if [[ "$1" == "commit" && $# -eq 1 ]]; then
|
|
||||||
/usr/bin/git commit -S -s
|
|
||||||
else
|
|
||||||
/usr/bin/git $@
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# git shorthands
|
# git shorthands
|
||||||
alias gc='git commit'
|
alias gc='git commit'
|
||||||
alias gac='ga && gc'
|
alias gac='ga && gc'
|
||||||
|
Loading…
Reference in New Issue
Block a user