Reputation: 511
I have a file which should be updated on github. Although when i try to update this file with command
$ git commit -m 'update' package.json
I recieve nothing to commit, working three clean.
Can i force git to update this file any way?
Upvotes: 0
Views: 658