Move non-Nix bash scripts
This commit is contained in:
parent
7c9ffc116e
commit
f2eea2d397
21 changed files with 11 additions and 10 deletions
8
modules/home-manager/cli/bin/scripts/git-sync
Executable file
8
modules/home-manager/cli/bin/scripts/git-sync
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
git fetch --all
|
||||
git stash
|
||||
git pull --rebase
|
||||
git stash pop
|
Loading…
Add table
Add a link
Reference in a new issue