Sha256: 1fb114cd27d0291a5c73bc334f62fa9021e5e41a242b07d4a48f9beb2a481772

Contents?: true

Size: 829 Bytes

Versions: 1

Compression:

Stored size: 829 Bytes

Contents

---
title: ppl push Manual Page
layout: command
section: documentation
command: push
---

### Name

ppl push - Execute `git push` in the address book directory

### Synopsis

    ppl push <remote> <branch>

### Description

This command is an alias of `git push`. It is intended to make it more
convenient to use git to synchronise your address book. See the documentation
for [git pull](/documentation/commands/pull) for more details.

Note that this command literally executes the git command `push` in the address
book directory. If you don't have the git CLI tool installed, this command will
not work.

### Examples

    $ ppl push origin master
    Everything up-to-date.

### See Also

* [git push](http://git-scm.com/docs/git-push)
* [ppl pull](/documentation/commands/pull)
* [ppl remote](/documentation/commands/push)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ppl-4.0.3 gh-pages/documentation/commands/push/index.md