どこで設定していたか忘れるので記事にします。
おすすめのエイリアスなどあればぜひ教えて下さい。(stashとstatusなど...)
登録する場所
~/.gitconfig
エイリアスの登録
以下のように追加します
[alias]
st = status
cm = commit
co = checkout
br = branch
pl = pull
ps = push
df = diff
lg = log
graph = log --graph --date=short --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%x09%s %C(red)%d%Creset\"
alias = !git config --list | grep ^alias\\.