diff --git a/ssh-ident-update.ssh b/ssh-ident-update.ssh new file mode 100755 index 0000000..c7b6f2c --- /dev/null +++ b/ssh-ident-update.ssh @@ -0,0 +1,8 @@ +#!/bin/bash + +# the command used to initialize our subtree +#git subtree add --prefix ccontavalli-ssh-ident https://github.com/ccontavalli/ssh-ident.git master --squash + +# the command used to update our subtree +git subtree pull --prefix ccontavalli-ssh-ident https://github.com/ccontavalli/ssh-ident.git master --squash +