Skip to content

Instantly share code, notes, and snippets.

@5a494d
Created December 2, 2016 21:53
Show Gist options
  • Save 5a494d/cce3085e25e2273cffce3cf8374c656b to your computer and use it in GitHub Desktop.
Save 5a494d/cce3085e25e2273cffce3cf8374c656b to your computer and use it in GitHub Desktop.
!#/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