Honestly, you should be ashamed that this hasn't been source controlled sooner. Tsk tsk tsk.
2 lines
96 B
Bash
Executable file
2 lines
96 B
Bash
Executable file
#!/usr/bin/env sh
|
|
git snapshot && git restore . && git fetch --all && git pull && git stash pop
|