mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
VSCode Settings changed
This commit is contained in:
10
.gitconfig
10
.gitconfig
@@ -3,4 +3,12 @@
|
||||
name = Pratik Tripathy
|
||||
[core]
|
||||
autocrlf = input
|
||||
editor = subl --wait
|
||||
editor = code --wait
|
||||
[diff]
|
||||
tool = vscode
|
||||
[difftool "vscode"]
|
||||
cmd = "code --wait --diff $LOCAL $REMOTE"
|
||||
[alias]
|
||||
ll = log --pretty=format:'%Cblue%cn (%ce)%Creset commited %Cred%h%Creset %Cgreen%cr%Creset:%n%B'
|
||||
unstage = restore --staged .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user