AgileVentures/LocalSupport

View on GitHub
docs/installation/old_ubuntu_install_scripts/mergeupstream.sh

Summary

Maintainability
Test Coverage
#! /bin/bash
git fetch upstream
git checkout master
git merge upstream/master
git push origin master