in case our upstream git subtree updates, there is a script for that.
This commit is contained in:
Executable
+8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user