scud_core 0.13.0

Core library of scud
Documentation
# Push

Push all committed changes to the remote repository.

NOTE:

TODO: add potential notes here if needed

## Usage

### Default Usage

```
scud push
```

### Usage with alias

```
scud p
```

## Example

```
scud push
```

## Under the hood

### Git

-> `git push`

### Mercurial SCM

-> `hg push`