1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Daniel Barber
5a132d6697 Add tig config file with A commit ammend command 2022-08-29 16:38:35 -05:00
Daniel Barber
7e2dec774a Upgrade Python 2022-08-29 16:38:28 -05:00
Daniel Barber
512c14b335 Add author to rebase commit format 2022-08-29 16:38:16 -05:00
3 changed files with 4 additions and 1 deletions

View File

@ -21,5 +21,7 @@
status-show-untracked-files = yes status-show-untracked-files = yes
[pull] [pull]
rebase = false rebase = false
[rebase]
instructionFormat = (%al) %s
[rerere] [rerere]
enabled = true enabled = true

1
tigrc Normal file
View File

@ -0,0 +1 @@
bind generic A !git commit --amend

View File

@ -1,6 +1,6 @@
ruby 2.7.4 ruby 2.7.4
nodejs 17.3.0 nodejs 17.3.0
python 3.9.1 python 3.9.12
erlang 23.2.4 erlang 23.2.4
elixir 1.11.3 elixir 1.11.3
rust 1.56.1 rust 1.56.1