flysystem-google-drive icon indicating copy to clipboard operation
flysystem-google-drive copied to clipboard

Fix comment type in MIME type of directory

Open yassin-mokni opened this issue 3 years ago • 4 comments

A little fix to the comment :)

yassin-mokni avatar Oct 26 '21 12:10 yassin-mokni

Why reformat the whole file for a small change? Also this package is no longer supported

PaolaRuby avatar Oct 26 '21 13:10 PaolaRuby

@PaolaRuby sorry, fixed that Thanks for letting me know that

yassin-mokni avatar Oct 26 '21 14:10 yassin-mokni

You can squash commits, example for this PR:

git reset --soft HEAD~
git commit --verbose --amend -C HEAD
git push origin -f

git reset --soft HEAD~ uncommit the last git commit --verbose --amend -C HEAD add to previus commit git push origin -f force push new squash

PaolaRuby avatar Oct 26 '21 14:10 PaolaRuby

Thanks for this valuable information!

yassin-mokni avatar Oct 26 '21 15:10 yassin-mokni