From 77c0bf75ac08ac6120adde89d626d6f076f04375 Mon Sep 17 00:00:00 2001 From: William Hilton Date: Thu, 29 Oct 2015 15:18:01 -0400 Subject: [PATCH] Add get lg to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a41fb7..2e446ae 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ get push | pushes to upstream. If upstream not set, prompt user to name a remote get clone %PATH% | %PATH% can be a normal url. Paths like "username/repo" will be expanded assuming a Github. Paths with just "repo" will expand to a Github url, if your Github username is stored in git config. get tag %TAG% | git tag %TAG% get untag %TAG% | Deletes local tag. Y/N prompt to delete remote tag. +get lg | git log --graph --pretty=format:'%h - %d %s (%cr) <%an>' --abbrev-commit -10 ### TODO Now that I've added tab completion, I think "stage" and "status" are too similar.