Files
2025-05-08 16:09:35 -04:00

9 lines
319 B
Bash
Executable File

#!/bin/bash
# the command used to initialize our subtree
#git subtree add --prefix ssh-ident-ccontavalli https://github.com/ccontavalli/ssh-ident.git master --squash
# the command used to update our subtree
git subtree pull --prefix ssh-ident-ccontavalli https://github.com/ccontavalli/ssh-ident.git master --squash