Add get lg to README.md

This commit is contained in:
William Hilton 2015-10-29 15:18:01 -04:00
parent 091550a4ed
commit 77c0bf75ac

View file

@ -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.