.gitconfig
[alias]
co = checkout
br = branch
cm = commit -m
st = status
undo = reset --soft HEAD^
ll = log --oneline
sw = switch
swc = switch -c
swfc = switch --force-create
unstg = restore --staged
wip = commit -m \"wip\"
Go to list of users who liked
[alias]
co = checkout
br = branch
cm = commit -m
st = status
undo = reset --soft HEAD^
ll = log --oneline
sw = switch
swc = switch -c
swfc = switch --force-create
unstg = restore --staged
wip = commit -m \"wip\"
Register as a new user and use Qiita more conveniently
Go to list of users who liked