diff options
author | Holger Paradies <retabell@gmx.de> | 2025-06-15 11:37:24 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-06-15 15:19:01 +0200 |
commit | c01d462c3c0bc0c3aefa92bfde34c9754d08907f (patch) | |
tree | 48aee63dcc748fc4b0e283fbc2f235184152cc6d /skel/.gitconfig | |
parent | b2d4cc28d9fb0468e499c80d223ea44631d74d03 (diff) | |
download | etcskel-kanotix-c01d462c3c0bc0c3aefa92bfde34c9754d08907f.zip etcskel-kanotix-c01d462c3c0bc0c3aefa92bfde34c9754d08907f.tar.gz |
Sync to last repo-package-version
Diffstat (limited to 'skel/.gitconfig')
-rw-r--r-- | skel/.gitconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skel/.gitconfig b/skel/.gitconfig new file mode 100644 index 0000000..2ca55f2 --- /dev/null +++ b/skel/.gitconfig @@ -0,0 +1,12 @@ +[alias] +# own aliases + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + +[user] +# TODO fill in your name + name = John Doe + email = johndoe@example.com + +[core] +# preferred editor + editor = mcedit |