diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/git.txt b/doc/git.txt index 800210e..517f998 100644 --- a/doc/git.txt +++ b/doc/git.txt | |||
@@ -1 +1,3 @@ | |||
1 | GIT_PAGER=less git config --list | awk 'match($0, "submodule.(.*).url=(.*)",q){ system("echo git submodule add " q[2] " " q[1]) }' | 1 | GIT_PAGER=less git config --list | awk 'match($0, "submodule.(.*).url=(.*)",q){ system("echo git submodule add " q[2] " " q[1]) }' |
2 | |||
3 | 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 | ||