From 555aa89479e4254d1837782c91b05d782f15766d Mon Sep 17 00:00:00 2001 From: Bernhard Date: Wed, 17 Dec 2025 19:34:02 +0100 Subject: [PATCH] =?UTF-8?q?Scripts=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/git_undo.sh | 4 ++++ scripts/git_update.sh | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 scripts/git_undo.sh create mode 100755 scripts/git_update.sh diff --git a/scripts/git_undo.sh b/scripts/git_undo.sh new file mode 100755 index 0000000..4fb2067 --- /dev/null +++ b/scripts/git_undo.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git restore . + diff --git a/scripts/git_update.sh b/scripts/git_update.sh new file mode 100755 index 0000000..7415001 --- /dev/null +++ b/scripts/git_update.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git pull +