From 31952325545f043c15966aea4a89dcf5a6b67711 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 10 May 2024 17:25:41 +0000 Subject: [PATCH] in case our upstream git subtree updates, there is a script for that. --- ssh-ident-update.ssh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 ssh-ident-update.ssh 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 +