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