Git

This command is useful if your library is itself a git repository. You can use this command to issue git commands in your library repository without having to change your current directory.

CLI Examples

  • Check the status of the library repository:

papis git status
  • Commit all changes:

papis git commit -a