4 lines
No EOL
48 B
Bash
Executable file
4 lines
No EOL
48 B
Bash
Executable file
#!/bin/sh
|
|
git stash save
|
|
git pull
|
|
git stash drop |