-
Notifications
You must be signed in to change notification settings - Fork 18
ppl remote
Henry Catalini Smith edited this page Nov 1, 2021
·
3 revisions
Execute git remote
in the address book directory
ppl remote [-v | --verbose]
ppl remote rename <old> <new>
ppl remote rm <name>
This command is an alias of git remote
. It is intended to make it more
convenient to use git to synchronise your address book. See the documentation
for git push for more details.
Note that this command literally executes the git command remote
in the
address book directory. If you don't have the git CLI tool installed, this
command will not work.
$ ppl remote
origin
github
$ ppl remote rm github