summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 18:37:53 -0700
committerFuwn <[email protected]>2024-09-11 18:37:53 -0700
commit146bfef1130c870985865a9d887457fe6684ecc1 (patch)
treee582805c614f3e65fca1b6886e4651c55a3f1e71 /justfile
parentBump (diff)
downloadnixos-config-146bfef1130c870985865a9d887457fe6684ecc1.tar.xz
nixos-config-146bfef1130c870985865a9d887457fe6684ecc1.zip
Bump: justfile restore
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 0105629..f9d7163 100644
--- a/justfile
+++ b/justfile
@@ -36,3 +36,7 @@ bump message='':
git add .
git commit -m "{{ if message == "" { "Bump" } else { "Bump: " + message } }}"
git push origin main
+
+restore:
+ git restore --staged .
+ git restore .