github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/scripts/merge-upstream (about) 1 #!/bin/bash 2 3 git fetch upstream 4 git checkout develop 5 git merge upstream/develop