blob: 68099b4e30d4f5c40830b594cb1ad6eb386ced2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Command prefixing for continuous workflow using a single tool.
Starts an interactive shell with where every command is prefixed using
<program>, for example:
$ with git
git> add .
git> commit -a -m "Commited"
git> push
|