From 4993439b1f6c158ec52f23cc789fd4487add9606 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Tue, 19 Dec 2023 15:54:16 +0200 Subject: [PATCH 1/2] add -u flag to poh --- config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index 1da3fc5..945f7f8 100644 --- a/config/git/config +++ b/config/git/config @@ -7,7 +7,7 @@ co = checkout cp = cherry-pick d = diff - poh = push origin HEAD + poh = push -u origin HEAD p = push sc = switch -c sw = switch From d450aca60ed16213da81beb560533e9084812b66 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Thu, 4 Jan 2024 14:13:06 +0200 Subject: [PATCH 2/2] diff without package-lock --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 945f7f8..53490b3 100644 --- a/config/git/config +++ b/config/git/config @@ -12,6 +12,7 @@ sc = switch -c sw = switch s = status + diff-p = diff -- . ':(exclude)package-lock*' [init] defaultBranch = main