From eec48ff71881d8757b79dcd95aac9dac4d71bf72 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 12 May 2024 21:01:00 +0200 Subject: tidied this repo up and uploaded my new nvim from scratch config --- doc/git.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 doc/git.txt (limited to 'doc/git.txt') diff --git a/doc/git.txt b/doc/git.txt deleted file mode 100644 index 517f998..0000000 --- a/doc/git.txt +++ /dev/null @@ -1,3 +0,0 @@ -GIT_PAGER=less git config --list | awk 'match($0, "submodule.(.*).url=(.*)",q){ system("echo git submodule add " q[2] " " q[1]) }' - -branchvv = for-each-ref --sort='committerdate:raw' --format='%(HEAD)%(if)%(HEAD)%(then)%(color:bold green)%(end) %(align:width=24)%(refname:short)%(end) %(objectname:short) %(color:bold blue)%(committerdate:iso)%(color:reset) %(if)%(upstream)%(then)[%(color:blue)%(upstream:short)%(color:reset)] %(end)%(subject)' refs/heads -- cgit v1.2.3