]> Lady’s Gitweb - Status/commitdiff
Pull before updating x_status_git
authorLady <redacted>
Sat, 23 Dec 2023 20:30:49 +0000 (15:30 -0500)
committerLady <redacted>
Sat, 6 Jan 2024 02:11:18 +0000 (21:11 -0500)
Otherwise statuses which exist on the server but not locally will be
deleted on next force push.

Makefile

index 7e6dbb47897daed18d09820b243abd4932c1fcb2..e37aad55da63206cf56723085461d109c6f03beb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ nothing:
        @echo 'Type `make remote` to update the remote post-receive script.'
 
 update:
+       git pull
        git remote add upstream $(X_STATUS_GIT)
        git fetch upstream
        git checkout --detach upstream/current
This page took 0.023084 seconds and 4 git commands to generate.