|
|
|
|
|
by darkwater
915 days ago
|
|
If you want to put this (fantastic, thank you very much for it!) command in your git toolbox, personally I did it like this: 1) create an executable script called `git-l` and put it in a place in your PATH, and make it executable
2) use `git l` to invoke it You will avoid escaping hell and you can even expand/complicate it much more.
The same extension principle works with other CLI tools like `kubectl`. |
|