https://gist.github.com/winksaville/dd69a860d0d05298d1945ceff048ce46

[user]
        email = [email protected]
        name = Minseo Park
[core]
        editor = hx
[alias]
        co = checkout
        br = branch
        ci = commit
        st = status
        last = log -1 HEAD
        unstage = reset HEAD --
[sendemail]
        smtpserver = smtp.googlemail.com
        smtpuser = [email protected]
        smtpserverport = 587
        smtpencryption = tls
[credential]
        helper = store