Add get lg to README.md
This commit is contained in:
parent
091550a4ed
commit
77c0bf75ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue