diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-07-12 14:42:59 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-07-12 14:42:59 +0800 |
commit | 7c2f80771d690603445e8289e84945c71774c060 (patch) | |
tree | 88ce2dac2448aeba239f50363da8d95b016648d7 /.gitconfig |
Initial dotfiles (fkfd@bandito)
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..bff73db --- /dev/null +++ b/.gitconfig @@ -0,0 +1,9 @@ +[user] + email = fkfd@fkfd.me + name = Frederick Yin +[alias] + cl = clone + cm = commit + a = add + co = checkout + br = branch |