6 lines
57 B
Bash
Executable file
6 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git switch master
|
|
git fetch --prune
|
|
git pull
|
|
|