diff options
| author | Fuwn <[email protected]> | 2024-09-13 00:54:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-13 00:54:39 -0700 |
| commit | 4bb3d6a82e98d7c607de904b9453197f0023184e (patch) | |
| tree | db91e19dcf131a924da1bc3c95109f23199a4157 /justfile | |
| parent | home: nix-search (diff) | |
| download | nixos-config-4bb3d6a82e98d7c607de904b9453197f0023184e.tar.xz nixos-config-4bb3d6a82e98d7c607de904b9453197f0023184e.zip | |
justfile: commit task
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,10 +33,10 @@ news user='ebisu': home-manager news --flake .#{{user}} push message: - git add . - git commit -m "{{message}}" - git push origin main + git add . && git commit -m "{{message}}" && git push origin main + +commit message: + git add . && git commit -m "{{message}}" restore: - git restore --staged . - git restore . + git restore --staged . && git restore . |