diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-18 10:09:31 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-18 10:09:31 +0200 |
| commit | 0fa596575ce7dffdde44b720732317b35c57774c (patch) | |
| tree | 389ab79cd6db2dd05ce95261a926f583479e60c6 | |
| parent | 5d56b17bca0d7284ce7c48b305031dbc21772256 (diff) | |
| download | dotfiles-0fa596575ce7dffdde44b720732317b35c57774c.tar.gz dotfiles-0fa596575ce7dffdde44b720732317b35c57774c.zip | |
misc: add git alias
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 53d6404..03985be 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,3 +12,4 @@ defaultBranch = master [alias] st = status + ls = ls-files |
