Skip to content

Instantly share code, notes, and snippets.

@WebInspectInc
Last active July 15, 2022 17:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebInspectInc/a458984800006c9206de761a62fd8fe9 to your computer and use it in GitHub Desktop.
Save WebInspectInc/a458984800006c9206de761a62fd8fe9 to your computer and use it in GitHub Desktop.
Sync .password-store.git repository
#!/bin/sh
echo
echo "**** Pulling changes into password store"
echo
cd ~/.password-store/ || exit
unset GIT_DIR
git pull hub master
exec git-update-server-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment