diff --git a/README b/README new file mode 100644 index 0000000..3fe4c86 --- /dev/null +++ b/README @@ -0,0 +1 @@ +This is very simply interactive navigator through `git log`. It works as alias of `git log --oneline $@`. Choosen commit can be showed in `less` for detail inspecting. Use 'jk' to navigate between, 'l' to open `git show`, and `q` to quit.