terraform tools, git aliases, ctrl-c in cli, ...
This commit is contained in:
@ -90,3 +90,13 @@
|
||||
[branch]
|
||||
# Show most recently changed branches first.
|
||||
sort = -committerdate
|
||||
tool = colordiff
|
||||
|
||||
[difftool "colordiff"]
|
||||
cmd = colordiff -ydw \"$LOCAL\" \"$REMOTE\"
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = https://github.com/
|
||||
|
||||
[difftool]
|
||||
prompt = false
|
||||
|
Reference in New Issue
Block a user