.gitconfig

[user]
        email = machinecat1666@gmail.com
        name = AlanZheng
[core]
        autocrlf = true
[alias]
        st = status
        ci = commit -v
        co = checkout
        br = branch
        ls = "log --name-status"
        #git cc c2b89daba . ./mydir
        cc = "!f() { mkdir $3; git --work-tree=$3 checkout $1 -- $2; git restore --staged $2; }; f"
除额外注明的地方外,本维基上的内容按下列许可协议发布: CC Attribution-Share Alike 4.0 International