Skip to content

Instantly share code, notes, and snippets.

@zzpmaster
Last active March 22, 2021 02:51
Show Gist options
  • Save zzpmaster/75ae3bcc90d78fb997c95ae376e16818 to your computer and use it in GitHub Desktop.
Save zzpmaster/75ae3bcc90d78fb997c95ae376e16818 to your computer and use it in GitHub Desktop.
Git - Convert all files to LF (Git提交代码 - 将所有文件格式转为LF格式)
ls -r -n -file | foreach{ (cat -encoding UTF8 $_ ) -join "`n" | set-content -encoding UTF8 $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment