summaryrefslogtreecommitdiff
path: root/skel/.gitconfig
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2025-06-15 11:37:24 +0200
committerHolger Paradies <retabell@gmx.de>2025-06-15 15:19:01 +0200
commitc01d462c3c0bc0c3aefa92bfde34c9754d08907f (patch)
tree48aee63dcc748fc4b0e283fbc2f235184152cc6d /skel/.gitconfig
parentb2d4cc28d9fb0468e499c80d223ea44631d74d03 (diff)
downloadetcskel-kanotix-c01d462c3c0bc0c3aefa92bfde34c9754d08907f.zip
etcskel-kanotix-c01d462c3c0bc0c3aefa92bfde34c9754d08907f.tar.gz
Sync to last repo-package-version
Diffstat (limited to 'skel/.gitconfig')
-rw-r--r--skel/.gitconfig12
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