askirmas/postcss-d-ts

View on GitHub
.gitconfig

Summary

Maintainability
Test Coverage
[core]
    symlinks = true
    filemode = true
    editor = code --wait
[push]
    recurseSubmodules = on-demand
[rebase]
    autoStash = true
[pull]
    rebase = true
[fetch]
    recurseSubmodules = true
[merge]
    tool = vscode
[mergetool "vscode"]
    cmd = code --wait $MERGED
[diff]
    tool = vscode
[difftool "vscode"]
    cmd = code --wait --diff $LOCAL $REMOTE
[remote "origin"]
    url = git@github.com:askirmas/postcss-d-ts.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master