9 lines
319 B
Bash
Executable File
9 lines
319 B
Bash
Executable File
#!/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
|
|
|