From a661c413166fe2a832d039e1386bd5be7a407c0b Mon Sep 17 00:00:00 2001 From: anttiharju Date: Tue, 3 Sep 2024 22:38:12 +0300 Subject: [PATCH] Update bin/g docs via .githooks/pre-push --- bin/g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g b/bin/g index 31ee494..36270b8 100755 --- a/bin/g +++ b/bin/g @@ -3,7 +3,7 @@ set -eu # DO NOT EDIT MANUALLY! THIS UTIL IS GENERATED BY ./scripts/g-docs/generate.sh -echo "gclone Git CLONE: Clone a repo via SSH based on https URL or just the repo name. +echo "gclone Git CLONE: Clone a repo via SSH based on https URL or just the repo name. Change gd Git Discard: discard all uncommited changes. gl Git Log Oneline: sensible defaults based on context. Alternatively print N commits 'gl 5'. gpr Git PR: open the existing or a new PR for current branch. On default branch opens the repo."