2 lines
60 B
Bash
Executable file
2 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
git fetch upstream && git merge upstream/master
|