Compare commits

...

4 Commits

Author SHA1 Message Date
7c1593e790 Install git 2024-02-17 20:17:10 -05:00
6bedc5114b Git branch better format 2024-02-17 20:16:58 -05:00
d6fca68b54 Git remember merge conflict solve 2024-02-17 20:14:31 -05:00
c740264352 Git config 2024-02-17 20:01:51 -05:00
2 changed files with 12 additions and 0 deletions

11
git/.gitconfig Normal file
View File

@ -0,0 +1,11 @@
[user]
name = Christian Colglazier
email = christian@cacolglazier.com
[core]
editor = emacs
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate

View File

@ -109,6 +109,7 @@ function stow_dotfiles {
stow zsh stow zsh
stow alacritty stow alacritty
stow g13 stow g13
stow git
stow gtk stow gtk
stow i3 stow i3
stow i3status stow i3status