mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
fix typo; update gif
This commit is contained in:
parent
2b73e20ba9
commit
c4f952c023
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Simple and handy tool to easily recall what you've done
|
||||
|
||||

|
||||

|
||||
|
||||
## Purpose
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ $ git recall [-a <author name>]
|
|||
Once the commits are displayed, you can use either the `arrow keys` or `j/k` to switch between commits,
|
||||
press `TAB` to `expand/reduce` the commit's diff or `q` to quit.
|
||||
|
||||
##### Limitaions:
|
||||
##### Limitations:
|
||||
|
||||
when the number of lines between the commits list and a commit's diff is higher than the current terminal session's number of lines,
|
||||
the result will be displayed using the [`less`](http://www.tutorialspoint.com/unix_commands/less.htm) program which will open the diff in a separate screen.
|
||||
|
|
|
|||
Loading…
Reference in a new issue