Created
December 2, 2016 21:53
-
-
Save 5a494d/cce3085e25e2273cffce3cf8374c656b to your computer and use it in GitHub Desktop.
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 | |
git remote add origin https://github.com/yourname/my_project.git | |
git pull origin master | |
git add --all | |
git commit -m "[UPDATE] conflictive files" | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment