# 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`