aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-01 13:34:40 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-01 22:22:13 -0500
commit55d75452c658f2a46c439d0d632b626f1889b612 (patch)
tree8716ad9996fbff8191751b77fe465aebf412abb0 /gitconfig
parentb8d5cf5b393c6373b3dbfa5b1baf3e527de3e05b (diff)
downloaddotfiles-55d75452c658f2a46c439d0d632b626f1889b612.tar.gz
dotfiles-55d75452c658f2a46c439d0d632b626f1889b612.tar.xz
Add backlight script. Also add status-bar and update my git configuration.
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig/mitch2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitconfig/mitch b/gitconfig/mitch
index 7eba35e..2d66968 100644
--- a/gitconfig/mitch
+++ b/gitconfig/mitch
@@ -7,3 +7,5 @@
[alias]
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat
+[pull]
+ ff = only