Created
July 15, 2021 11:25
-
-
Save shreyansp/7f1a89861c0d363e016f3ea97040efdb 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 = username | |
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