6 lines
33 B
Bash
Executable File
6 lines
33 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git fetch
|
|
git pull
|
|
|