summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-26 12:14:58 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-26 12:14:58 -0500
commite885efd38c61e23166e20b9e02205a9782346dd7 (patch)
treecc40be759cbf6357129063b185eaa7b92b37a3a4
parent1b102db861d88e6d6d4e6e404a83c326de010686 (diff)
downloadconf-e885efd38c61e23166e20b9e02205a9782346dd7.tar.gz
conf-e885efd38c61e23166e20b9e02205a9782346dd7.zip
re-add my git git alias
-rw-r--r--git/.config/git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.config/git/config b/git/.config/git/config
index 4266d22..4345cb4 100644
--- a/git/.config/git/config
+++ b/git/.config/git/config
@@ -27,6 +27,7 @@
st = status -sb
start = "!f() { git commit --allow-empty -m 'initial commit' && git add . && git commit -m 'project skeleton'; }; f"
track = "!f() { local name=$(git name-rev --name-only --exclude='branchless/*' @); git branch --set-upstream-to=origin/$name $name; }; f"
+ git = !git
[github]
user = doy
[core]