this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add some Git extra config

+4 -1
+2 -1
git/.config/git/attributes
··· 12 12 *.tex diff=tex 13 13 14 14 # Rust 15 - *.rust diff=rust 15 + *.rs diff=rust 16 + Cargo.lock merge=binary 16 17 17 18 # CSS 18 19 *.css diff=css
+1
git/.config/git/config
··· 25 25 lg = log --color --graph --abbrev-commit --pretty=simple-oneline 26 26 rci = commit --amend --reuse-message HEAD 27 27 squash = rebase --interactive --autosquash @{upstream} 28 + rbase = "!git rebase --interactive --autosquash $(git merge-base $(git default-branch))" 28 29 st = status -sb 29 30 todo = grep -Ee '\\bTODO:?\\b' 30 31 fixme = grep -Ee '\\bFIX(ME)?:?\\b'
+1
git/.config/git/ignore
··· 37 37 # Configs {{{ 38 38 .envrc 39 39 .direnv 40 + .devenv 40 41 # }}} 41 42 # Editors {{{ 42 43 # VIM