This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Complete Auto-Fix Script for PR #46 | |
| # Downloads repo, resolves conflicts, pushes to GitHub | |
| # Just run: bash fix_conflicts.sh | |
| set -e # Exit on error | |
| echo "=====================================================" | |
| echo " Git Conflict Auto-Resolver for PR #46" |