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.