Skip to content
Henry Catalini Smith edited this page Oct 31, 2021 · 2 revisions

Summary

Execute git pull in the address book directory

Synopsis

ppl pull <remote> <branch>

Description

This command is an alias of git pull. It is intended to make it more convenient to use git to synchronise your address book. The rationale is that it is tiresome to have to type cd ~/contacts and then git pull origin main. Assuming you have configured ppl to remember the location of your address book, then ppl pull origin main is the equivalent of those two commands.

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 pull origin main
Already up-to-date.

See Also

  1. git pull
  2. ppl push
  3. ppl remote
Clone this wiki locally