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