diff options
| author | Fuwn <[email protected]> | 2024-09-11 18:37:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-11 18:37:53 -0700 |
| commit | 146bfef1130c870985865a9d887457fe6684ecc1 (patch) | |
| tree | e582805c614f3e65fca1b6886e4651c55a3f1e71 /justfile | |
| parent | Bump (diff) | |
| download | nixos-config-146bfef1130c870985865a9d887457fe6684ecc1.tar.xz nixos-config-146bfef1130c870985865a9d887457fe6684ecc1.zip | |
Bump: justfile restore
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 . |