dotfiles/push.sh
chayleaf 4f531a83a9 merge into a single flake
However, Nix has some annoying store semantics when integrating with
.git repos, so I move .git to .git.bak whenever I'm not working with
git.
2023-05-25 04:39:57 +07:00

5 lines
69 B
Bash
Executable file

#!/usr/bin/env bash
git push
git push github master
mv .git .git.bak