chayleaf
4f531a83a9
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.
3 lines
37 B
Bash
Executable file
3 lines
37 B
Bash
Executable file
#!/usr/bin/env bash
|
|
mv .git.bak .git
|