Skip to content

Commit

Permalink
git config checked in
Browse files Browse the repository at this point in the history
  • Loading branch information
osmanbaskaya committed Apr 25, 2023
1 parent ea0e871 commit 5d85040
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[alias]
# checkout
co = checkout
co = checkout
cob = checkout -b
# commit
c = commit
Expand All @@ -15,6 +15,7 @@
dck = diff --cached --check
dt = difftool
dct = difftool --cached
ds = diff --stat
# fetch
f = fetch
fo = fetch origin
Expand All @@ -39,9 +40,11 @@
s = status
ss = status -s
su = status -u no # no untracked files
change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f"
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = diff-so-fancy | less --tabs=4 -RFX
[web]
browser = google-chromeo
[color]
Expand All @@ -61,5 +64,5 @@
;added = green bold
;untracked = red bold
[user]
email = thyme.exe@gmail.com
email = osmanbaskaya1@gmail.com
name = Osman Baskaya

0 comments on commit 5d85040

Please sign in to comment.