Skip to content

Instantly share code, notes, and snippets.

@shinchit
Created December 27, 2014 21:48
Show Gist options
  • Save shinchit/ad252fe86dda2f03eacc to your computer and use it in GitHub Desktop.
Save shinchit/ad252fe86dda2f03eacc to your computer and use it in GitHub Desktop.
git pushがeverything up-to-dateになってリモートに反映されない場合の対処法
$ git push
:
everything up-to-date
$ git add -A
$ git commit -m "recommit" -v
$ git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment