# Cap
Cap - *Commit all and push*
Condenses the processes of staging, committing, and pushing into a single command.
Running `scud cap` is analogous to sequentially running either
* `scud stage`, `scud commit`, and `scud push`
or
* `scud commit-all` and `scud push`.
NOTE:
TODO: add potential notes here if needed
## Usage
### Default Usage
```
scud cap
```
### Usage with alias
No alias is provided for this command.
## Example
```
scud cap
```
## Under the hood
As described above, `scud cap` is a shortcut for running `scud commit-all` and `scud push`.