Files
godOfGit/l6/5_solution.sh
Joe Tretter e74a1d3564 add Level 6
2020-09-12 11:27:29 -05:00

6 lines
91 B
Bash
Executable File

#!/bin/bash
git checkout master
git merge origin/US1
git push
git push origin --delete US1