Added default shortmaps to README.md
parent
32b461c1d5
commit
828e67eaa0
20
README.md
20
README.md
|
@ -16,6 +16,26 @@ $ . bash_completion ./shortmaps
|
|||
|
||||
You may also add your own mappings to `~/.git-shortmaps`.
|
||||
|
||||
## Usage
|
||||
By default, the following mappings are available, each with tab completion:
|
||||
|
||||
* `a` - git add
|
||||
* `A` - git add -A
|
||||
* `c` - git commit
|
||||
* `C` - git commit -am
|
||||
* `co` - git checkout
|
||||
* `d` - git diff
|
||||
* `f` - git fetch
|
||||
* `m` - git merge
|
||||
* `p` - git push
|
||||
* `P` - git pull
|
||||
* `s` - git status
|
||||
* `S` - git stash
|
||||
* `t` - execute tig
|
||||
* `T` - git tag
|
||||
* `-` - git checkout -
|
||||
* `--` - `cd` to root dir of repository
|
||||
|
||||
## Configuration
|
||||
The file format is as follows:
|
||||
|
||||
|
|
Loading…
Reference in New Issue