From 2dcd0b1c9697a386479c7c647b238d2407ab5a95 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 5 Jan 2024 16:30:25 -0500 Subject: [PATCH] add a note about git p --- content/blog/2024-01-08-git-aliases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/blog/2024-01-08-git-aliases.md b/content/blog/2024-01-08-git-aliases.md index 037540d..7c1f351 100644 --- a/content/blog/2024-01-08-git-aliases.md +++ b/content/blog/2024-01-08-git-aliases.md @@ -92,3 +92,7 @@ These last two are by far my most used, and simultaneously the most boring alias - `git c` is aliased to `git commit` :shrug: efficiency is efficiency. + +### Bonus: Why isn't `git push` aliased as `git p`? + +I wanted pushing my code upstream to remain a conscious decision, so I didn't want to make it *too* easy.