flysystem-google-drive
flysystem-google-drive copied to clipboard
Fix comment type in MIME type of directory
A little fix to the comment :)
Why reformat the whole file for a small change? Also this package is no longer supported
@PaolaRuby sorry, fixed that Thanks for letting me know that
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
Thanks for this valuable information!