gitjk icon indicating copy to clipboard operation
gitjk copied to clipboard

Undo what you just did in git

Results 6 gitjk issues
Sort by recently updated
recently updated
newest added

That way you can do `git jk`, an example of a project taking advantage of this is https://github.com/aanand/git-up

It's just a suggestion. 1. It's self explanatory. 'gitjk' is not (not sure if I get it right, but it's taken from "I was joking, undo it", right?). 2. Lots...

Based on conversation in https://twitter.com/adamhill/status/473844153197924352 - it would be nice to run gitjk multiple times or with a numeric option to revert a series of git commands.

``` muszek@dziobak:/tmp$ git ci -m 'test' [master (root-commit) bf8c011] test 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 a create mode 100644 b muszek@dziobak:/tmp$ gitjk I didn't recognize...

This is what I get on my bash now: `shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd:...

tail 8.13 does not support "-r" option. ~> alias gitjk="history 10 | tail -r | gitjk_cmd" ~> gitjk tail: invalid option -- 'r' Try `tail --help' for more information.