Git 配置

Git 个人配置

.gitconfig

[alias]
    st = status
    cc = checkout
    logg = log --graph
    unstage = reset HEAD

你可能感兴趣的:(Git 配置)