in case our upstream git subtree updates, there is a script for that.

This commit is contained in:
2024-05-10 17:25:41 +00:00
parent e03a99d2ab
commit 3195232554
+8
View File
@@ -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