-
-
Save shreyansp/8fbfc5da0a1dde9ef275a09cd1730f0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[merge] | |
tool = kdiff3 | |
[diff] | |
guitool = kdiff3 | |
[core] | |
editor = notepad | |
autocrlf = true | |
[user] | |
name = xxxx | |
email = [email protected] | |
[alias] | |
co = checkout | |
cp = cherry-pick | |
ci = commit | |
st = status | |
br = branch | |
df = diff | |
dfw = diff -w --ignore-blank-lines | |
dfc = diff --cached | |
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | |
type = cat-file -t | |
dump = cat-file -p | |
[mergetool "kdiff3"] | |
path = C:/Program Files (x86)/KDiff3/kdiff3.exe | |
[difftool "kdiff3"] | |
path = C:/Program Files (x86)/KDiff3/kdiff3.exe | |
[http] | |
sslverify = false | |
[pull] | |
rebase = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment