github.com/Microsoft/fabrikate@v0.0.0-20190420002442-bff75be28d02/scripts/merge-upstream (about) 1 #!/bin/bash 2 3 git fetch upstream 4 git checkout develop 5 git merge upstream/develop