创建自己的代码仓库

手把手教你如何拥有自己的git仓库(国内版码云)_免费git仓库-CSDN博客

 

Gitee - 基于 Git 的代码托管和研发协作平台

 

如何上传自己的代码文件或文件夹

1.先下载安装git bash(百度搜索即可),安装好后,鼠标右键会有如下图的项目

 

2.在需要上传文件或文件夹的地方,右键【Git Bash Here】

 3.上传的时候需遵循以下步骤

①git init(初始化本地库)

②git add *((这个命令意思是把该目录下的所有文件放到暂存区)

③git commit -m '注释'(将暂存区的文件提交到本地仓库)

④git remote add origin "远程仓库地址"(添加远程仓库,远程仓库地址就是上述新建仓库时候的那个地址,origin是你远程仓库的别名)

⑤git push origin master

如下


wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git init
Initialized empty Git repository in D:/Gitee_Source_Library/C_plus_plus/new/.git/

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git add *
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.mingw/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.mingw/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.mingw/dwmapi.def.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.mingw/version.def.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.mingw/wintrust.def.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/.vs/Generate.PDB.props.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/README.md.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/SECURITY.md.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/aclocal.m4.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/compile.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/configure.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/configure.ac.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/install-sh.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/missing.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/RufusAppxManifest.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/ScaleAppxManifest.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/gen_listing.ps1.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/listing/listing.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/listing_template.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/appstore/runme.ps1.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/grub/grub_version.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/grub2/grub2_version.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/hogger/hogger.asm.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/hogger/hogger.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/icons/log.svg.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/embedded.sed.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ar-SA.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/bg-BG.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/cs-CZ.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/da-DK.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/de-DE.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/el-GR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/es-ES.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/fa-IR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/fi-FI.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/fr-FR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/he-IL.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/hr-HR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/hu-HU.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/id-ID.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/it-IT.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ja-JP.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ko-KR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/lt-LT.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/lv-LV.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ms-MY.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/nb-NO.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/nl-NL.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/pl-PL.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/pt-PT.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ro-RO.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/ru-RU.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/sk-SK.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/sl-SI.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/sr-RS.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/sv-SE.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/th-TH.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/tr-TR.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/uk-UA.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/vi-VN.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/zh-CN.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/po/zh-TW.po.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/pollock/Pollock.cs.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/pollock/Pollock.csproj.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/pollock/app.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/loc/translation_check.py.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/mbr/Makefile.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/mbr/bochsrc.bxrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/mbr/mbr.S.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/mbr/mbr.ld.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/mbr/msg.S.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/rufus.ini.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/res/scripts/SspToBar.ps1.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/badblocks.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/badblocks.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/bb_archive.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/bled.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/bled.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/crc32.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/data_align.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/data_extract_all.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/data_skip.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_bunzip2.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_gunzip.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_uncompress.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_unlzma.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_unxz.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_unzip.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/decompress_vtsi.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/filter_accept_all.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/filter_accept_list.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/filter_accept_reject_list.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/find_list_entry.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/header_list.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/header_skip.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/header_verbose_list.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/init_handle.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/libbb.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/open_transformer.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/platform.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/seek_by_jump.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/seek_by_read.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_config.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_dec_bcj.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_dec_lzma2.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_dec_stream.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_lzma2.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_private.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/bled/xz_stream.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/cpu.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/cpu.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/db.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/dev.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/dev.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/dos.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/dos.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/dos_locale.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/drive.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/drive.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/alloc.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/alloc_sb.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/alloc_stats.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/alloc_tables.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/badblocks.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bb_inode.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bitmaps.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bitops.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bitops.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/blkmap64_ba.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/blkmap64_rb.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/blknum.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/block.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bmap.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/bmap64.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/closefs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/com_err.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/config.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/crc16.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/crc16.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/crc32c.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/crc32c_defs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/crc32c_table.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/csum.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/dir_iterate.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/dirblock.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/dirhash.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/e2image.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2_err.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2_ext_attr.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2_fs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2_io.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2_types.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2fs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext2fsP.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext3_extents.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext4_acl.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ext_attr.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/extent.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/fallocate.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/fileio.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/freefs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/gen_bitmap.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/gen_bitmap64.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/get_num_dirs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/hashmap.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/hashmap.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/i_block.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/ind_block.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/initialize.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/inline.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/inline_data.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/inode.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/io_manager.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/jfs_compat.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/kernel-jbd.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/kernel-list.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/link.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/lookup.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/mkdir.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/mkjournal.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/mmp.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/namei.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/newdir.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/nt_io.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/openfs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/punch.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/rbtree.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/rbtree.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/read_bb.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/rw_bitmaps.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/sha512.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/symlink.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ext2fs/valid_blk.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/format.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/format.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/format_ext.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/format_fat32.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/getopt/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/getopt/getopt.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/getopt/getopt.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/getopt/getopt1.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/gpt_types.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/hash.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/hdd_vs_ufd.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/icon.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/iso.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/audio.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/bytesex.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/bytesex_asm.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/cdio.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/cdtext.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/device.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/disc.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/ds.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/dvd.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/ecma_167.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/iso9660.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/logging.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/memory.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/posix.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/read.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/rock.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/sector.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/track.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/types.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/udf.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/udf_file.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/udf_time.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/utf8.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/util.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/version.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/cdio/xa.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/_cdio_stdio.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/_cdio_stdio.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/_cdio_stream.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/_cdio_stream.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/cdio_assert.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/cdio_private.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/disc.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/ds.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/filemode.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/generic.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/logging.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/memory.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/portable.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/read.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/sector.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/track.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/utf8.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/driver/util.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/iso9660.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/iso9660_fs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/iso9660_private.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/rock.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/iso9660/xa.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/mmc/mmc_private.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/filemode.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf_file.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf_fs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf_fs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf_private.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/libcdio/udf/udf_time.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/license.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/localization.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/localization.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/localization_data.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/mbr_types.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/missing.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/br.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/fat12.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/fat16.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/fat32.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/file.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat12_0x0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat12_0x3e.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat16_0x0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat16_0x3e.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat16fd_0x3e.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat16ros_0x0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat16ros_0x3e.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x3f0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32fd_0x3f0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32fd_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32kos_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x1800.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x3f0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x1800.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x3f0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x1c00.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x3f0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x52.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/br_ntfs_0x0.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/fat12.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/fat16.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/fat32.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/file.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/label_11_char.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/libintl.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_2000.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_95b.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_dos.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_dos_f2.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_gpt_syslinux.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_grub.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_grub2.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_kolibri.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_msg_rufus.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_reactos.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_rufus.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_syslinux.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_vista.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_win7.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/mbr_zero.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/nls.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/ntfs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/inc/partition_info.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/ntfs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ms-sys/partition_info.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/msapi_utf8.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/msvc-missing/unistd.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/net.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/pki.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/process.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/process.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/re.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/re.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/registry.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/rufus.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/rufus.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/rufus.manifest.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/settings.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/smart.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/smart.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/stdfn.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/stdio.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/stdlg.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/.editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/cache.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/dumpdir.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/fat.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/fatchain.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/libfat.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/libfatint.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/open.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/searchdir.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libfat/ulint.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/advconst.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/fs.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/setadv.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/setadv.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/syslinux.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/syslxfs.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/syslxint.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/libinstaller/syslxmod.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/sltypes.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/win/Makefile.am.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/win/Makefile.in.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/win/ntfssect.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/syslinux/win/ntfssect.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ui.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ui.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/ui_data.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/vhd.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/vhd.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/winio.h.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/wue.c.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in rufus-master/rufus-master/src/wue.h.
The file will have its original line endings in your working directory

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git commit -m 'usb format'
[master (root-commit) c2bdafe] usb format
611 files changed, 225735 insertions(+)
create mode 100644 rufus-master/rufus-master/.mingw/Makefile.am
create mode 100644 rufus-master/rufus-master/.mingw/Makefile.in
create mode 100644 rufus-master/rufus-master/.mingw/dwmapi.def
create mode 100644 rufus-master/rufus-master/.mingw/version.def
create mode 100644 rufus-master/rufus-master/.mingw/wintrust.def
create mode 100644 rufus-master/rufus-master/.vs/Generate.PDB.props
create mode 100644 rufus-master/rufus-master/.vs/bled.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/bled.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/ext2fs.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/ext2fs.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/getopt.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/getopt.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/libcdio-driver.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/libcdio-driver.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/libcdio-iso9660.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/libcdio-iso9660.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/libcdio-udf.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/libcdio-udf.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/ms-sys.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/ms-sys.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/rufus.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/rufus.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/syslinux-libfat.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/syslinux-libfat.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/syslinux-libinstaller.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/syslinux-libinstaller.vcxproj.filters
create mode 100644 rufus-master/rufus-master/.vs/syslinux-win.vcxproj
create mode 100644 rufus-master/rufus-master/.vs/syslinux-win.vcxproj.filters
create mode 100644 rufus-master/rufus-master/ChangeLog.txt
create mode 100644 rufus-master/rufus-master/LICENSE.txt
create mode 100644 rufus-master/rufus-master/Makefile.am
create mode 100644 rufus-master/rufus-master/Makefile.in
create mode 100644 rufus-master/rufus-master/README.md
create mode 100644 rufus-master/rufus-master/SECURITY.md
create mode 100644 rufus-master/rufus-master/aclocal.m4
create mode 100644 rufus-master/rufus-master/compile
create mode 100644 rufus-master/rufus-master/configure
create mode 100644 rufus-master/rufus-master/configure.ac
create mode 100644 rufus-master/rufus-master/install-sh
create mode 100644 rufus-master/rufus-master/missing
create mode 100644 rufus-master/rufus-master/res/appstore/.editorconfig
create mode 100644 rufus-master/rufus-master/res/appstore/Images/LargeTile.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/LargeTile.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/LargeTile.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/LargeTile.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/LargeTile.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/SmallTile.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/SmallTile.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/SmallTile.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/SmallTile.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/SmallTile.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square150x150Logo.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square150x150Logo.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square150x150Logo.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square150x150Logo.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square150x150Logo.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-lightunplated_targetsize-16.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-lightunplated_targetsize-24.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-lightunplated_targetsize-256.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-lightunplated_targetsize-32.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-lightunplated_targetsize-48.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-unplated_targetsize-16.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-unplated_targetsize-256.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-unplated_targetsize-32.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.altform-unplated_targetsize-48.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-16.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-24.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-24_altform-unplated.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-256.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-32.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Square44x44Logo.targetsize-48.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/StoreLogo.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/StoreLogo.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/StoreLogo.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/StoreLogo.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/StoreLogo.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Wide310x150Logo.scale-100.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Wide310x150Logo.scale-125.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Wide310x150Logo.scale-150.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Wide310x150Logo.scale-200.png
create mode 100644 rufus-master/rufus-master/res/appstore/Images/Wide310x150Logo.scale-400.png
create mode 100644 rufus-master/rufus-master/res/appstore/RufusAppxManifest.xml
create mode 100644 rufus-master/rufus-master/res/appstore/ScaleAppxManifest.xml
create mode 100644 rufus-master/rufus-master/res/appstore/gen_listing.ps1
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ar-sa/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/bg-bg/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/cs-cz/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/da-dk/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/de-de/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/el-gr/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/en-us/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/en-us/Screenshot2.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/en-us/Screenshot3.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/en-us/Screenshot4.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/es-es/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/fa-ir/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/fi-fi/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/fr-fr/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/he-il/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/hr-hr/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/hu-hu/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/id-id/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/it-it/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ja-jp/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ko-kr/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/listing.csv
create mode 100644 rufus-master/rufus-master/res/appstore/listing/lt-lt/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/lv-lv/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ms-my/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/nb-no/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/nl-nl/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/pl-pl/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/pt-br/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/pt-pt/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ro-ro/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/ru-ru/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/sk-sk/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/sl-si/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/sr-latn-rs/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/sv-se/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/th-th/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/tr-tr/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/uk-ua/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/vi-vn/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/zh-cn/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing/zh-tw/Screenshot1.png
create mode 100644 rufus-master/rufus-master/res/appstore/listing_template.csv
create mode 100644 rufus-master/rufus-master/res/appstore/runme.ps1
create mode 100644 rufus-master/rufus-master/res/freedos/COMMAND.COM
create mode 100644 rufus-master/rufus-master/res/freedos/EGA.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA10.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA11.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA12.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA13.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA14.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA15.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA16.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA17.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA18.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA2.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA3.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA4.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA5.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA6.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA7.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA8.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/EGA9.CPX
create mode 100644 rufus-master/rufus-master/res/freedos/KERNEL.SYS
create mode 100644 rufus-master/rufus-master/res/freedos/KEYBOARD.SYS
create mode 100644 rufus-master/rufus-master/res/freedos/KEYBRD2.SYS
create mode 100644 rufus-master/rufus-master/res/freedos/KEYBRD3.SYS
create mode 100644 rufus-master/rufus-master/res/freedos/KEYBRD4.SYS
create mode 100644 rufus-master/rufus-master/res/freedos/MODE.COM
create mode 100644 rufus-master/rufus-master/res/freedos/readme.txt
create mode 100644 rufus-master/rufus-master/res/grub/grldr.mbr
create mode 100644 rufus-master/rufus-master/res/grub/grub_version.h
create mode 100644 rufus-master/rufus-master/res/grub/readme.txt
create mode 100644 rufus-master/rufus-master/res/grub2/boot.img
create mode 100644 rufus-master/rufus-master/res/grub2/core.img
create mode 100644 rufus-master/rufus-master/res/grub2/grub2_version.h
create mode 100644 rufus-master/rufus-master/res/grub2/readme.txt
create mode 100644 rufus-master/rufus-master/res/hogger/hogger.asm
create mode 100644 rufus-master/rufus-master/res/hogger/hogger.c
create mode 100644 rufus-master/rufus-master/res/hogger/readme.txt
create mode 100644 rufus-master/rufus-master/res/icons/hash-16.png
create mode 100644 rufus-master/rufus-master/res/icons/hash-24.png
create mode 100644 rufus-master/rufus-master/res/icons/hash-32.png
create mode 100644 rufus-master/rufus-master/res/icons/info-16.png
create mode 100644 rufus-master/rufus-master/res/icons/info-24.png
create mode 100644 rufus-master/rufus-master/res/icons/info-32.png
create mode 100644 rufus-master/rufus-master/res/icons/lang-16.png
create mode 100644 rufus-master/rufus-master/res/icons/lang-24.png
create mode 100644 rufus-master/rufus-master/res/icons/lang-32.png
create mode 100644 rufus-master/rufus-master/res/icons/license.txt
create mode 100644 rufus-master/rufus-master/res/icons/log-16.png
create mode 100644 rufus-master/rufus-master/res/icons/log-24.png
create mode 100644 rufus-master/rufus-master/res/icons/log-32.png
create mode 100644 rufus-master/rufus-master/res/icons/log.svg
create mode 100644 rufus-master/rufus-master/res/icons/rufus-128.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-150.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-16.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-24.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-256.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-32.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-44.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-48.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-512.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-64.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus-72.png
create mode 100644 rufus-master/rufus-master/res/icons/rufus.ico
create mode 100644 rufus-master/rufus-master/res/icons/save-16.png
create mode 100644 rufus-master/rufus-master/res/icons/save-24.png
create mode 100644 rufus-master/rufus-master/res/icons/save-32.png
create mode 100644 rufus-master/rufus-master/res/icons/settings-16.png
create mode 100644 rufus-master/rufus-master/res/icons/settings-24.png
create mode 100644 rufus-master/rufus-master/res/icons/settings-32.png
create mode 100644 rufus-master/rufus-master/res/loc/ChangeLog.txt
create mode 100644 rufus-master/rufus-master/res/loc/Makefile.am
create mode 100644 rufus-master/rufus-master/res/loc/Makefile.in
create mode 100644 rufus-master/rufus-master/res/loc/embedded.sed
create mode 100644 rufus-master/rufus-master/res/loc/po/ar-SA.po
create mode 100644 rufus-master/rufus-master/res/loc/po/bg-BG.po
create mode 100644 rufus-master/rufus-master/res/loc/po/cs-CZ.po
create mode 100644 rufus-master/rufus-master/res/loc/po/da-DK.po
create mode 100644 rufus-master/rufus-master/res/loc/po/de-DE.po
create mode 100644 rufus-master/rufus-master/res/loc/po/el-GR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/es-ES.po
create mode 100644 rufus-master/rufus-master/res/loc/po/fa-IR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/fi-FI.po
create mode 100644 rufus-master/rufus-master/res/loc/po/fr-FR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/he-IL.po
create mode 100644 rufus-master/rufus-master/res/loc/po/hr-HR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/hu-HU.po
create mode 100644 rufus-master/rufus-master/res/loc/po/id-ID.po
create mode 100644 rufus-master/rufus-master/res/loc/po/it-IT.po
create mode 100644 rufus-master/rufus-master/res/loc/po/ja-JP.po
create mode 100644 rufus-master/rufus-master/res/loc/po/ko-KR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/lt-LT.po
create mode 100644 rufus-master/rufus-master/res/loc/po/lv-LV.po
create mode 100644 rufus-master/rufus-master/res/loc/po/ms-MY.po
create mode 100644 rufus-master/rufus-master/res/loc/po/nb-NO.po
create mode 100644 rufus-master/rufus-master/res/loc/po/nl-NL.po
create mode 100644 rufus-master/rufus-master/res/loc/po/pl-PL.po
create mode 100644 rufus-master/rufus-master/res/loc/po/pt-BR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/pt-PT.po
create mode 100644 rufus-master/rufus-master/res/loc/po/ro-RO.po
create mode 100644 rufus-master/rufus-master/res/loc/po/ru-RU.po
create mode 100644 rufus-master/rufus-master/res/loc/po/sk-SK.po
create mode 100644 rufus-master/rufus-master/res/loc/po/sl-SI.po
create mode 100644 rufus-master/rufus-master/res/loc/po/sr-RS.po
create mode 100644 rufus-master/rufus-master/res/loc/po/sv-SE.po
create mode 100644 rufus-master/rufus-master/res/loc/po/th-TH.po
create mode 100644 rufus-master/rufus-master/res/loc/po/tr-TR.po
create mode 100644 rufus-master/rufus-master/res/loc/po/uk-UA.po
create mode 100644 rufus-master/rufus-master/res/loc/po/vi-VN.po
create mode 100644 rufus-master/rufus-master/res/loc/po/zh-CN.po
create mode 100644 rufus-master/rufus-master/res/loc/po/zh-TW.po
create mode 100644 rufus-master/rufus-master/res/loc/pollock/Pollock.cs
create mode 100644 rufus-master/rufus-master/res/loc/pollock/Pollock.csproj
create mode 100644 rufus-master/rufus-master/res/loc/pollock/Pollock.sln
create mode 100644 rufus-master/rufus-master/res/loc/pollock/app.config
create mode 100644 rufus-master/rufus-master/res/loc/pollock/pollock.ico
create mode 100644 rufus-master/rufus-master/res/loc/rufus.loc
create mode 100644 rufus-master/rufus-master/res/loc/test/arch_trunc.iso
create mode 100644 rufus-master/rufus-master/res/loc/test/casper_test.iso
create mode 100644 rufus-master/rufus-master/res/loc/test/esp_test.iso
create mode 100644 rufus-master/rufus-master/res/loc/test/menu_c32_test.iso
create mode 100644 rufus-master/rufus-master/res/loc/test/windows_to_go.iso
create mode 100644 rufus-master/rufus-master/res/loc/translation_check.py
create mode 100644 rufus-master/rufus-master/res/mbr/Makefile
create mode 100644 rufus-master/rufus-master/res/mbr/bochsrc.bxrc
create mode 100644 rufus-master/rufus-master/res/mbr/mbr.S
create mode 100644 rufus-master/rufus-master/res/mbr/mbr.ld
create mode 100644 rufus-master/rufus-master/res/mbr/msg.S
create mode 100644 rufus-master/rufus-master/res/mbr/msg.bin
create mode 100644 rufus-master/rufus-master/res/mbr/msg.txt
create mode 100644 rufus-master/rufus-master/res/mbr/readme.txt
create mode 100644 rufus-master/rufus-master/res/md5/bootaa64.efi
create mode 100644 rufus-master/rufus-master/res/md5/bootarm.efi
create mode 100644 rufus-master/rufus-master/res/md5/bootia32.efi
create mode 100644 rufus-master/rufus-master/res/md5/bootriscv64.efi
create mode 100644 rufus-master/rufus-master/res/md5/bootx64.efi
create mode 100644 rufus-master/rufus-master/res/md5/readme.txt
create mode 100644 rufus-master/rufus-master/res/rufus.ico
create mode 100644 rufus-master/rufus-master/res/rufus.ini
create mode 100644 rufus-master/rufus-master/res/scripts/SspToBar.ps1
create mode 100644 rufus-master/rufus-master/res/syslinux/ldlinux_v4.bss
create mode 100644 rufus-master/rufus-master/res/syslinux/ldlinux_v4.sys
create mode 100644 rufus-master/rufus-master/res/syslinux/ldlinux_v6.bss
create mode 100644 rufus-master/rufus-master/res/syslinux/ldlinux_v6.sys
create mode 100644 rufus-master/rufus-master/res/syslinux/mboot.c32
create mode 100644 rufus-master/rufus-master/res/syslinux/readme.txt
create mode 100644 rufus-master/rufus-master/res/uefi/readme.txt
create mode 100644 rufus-master/rufus-master/res/uefi/uefi-ntfs.img
create mode 100644 rufus-master/rufus-master/rufus.sln
create mode 100644 rufus-master/rufus-master/src/.editorconfig
create mode 100644 rufus-master/rufus-master/src/Makefile.am
create mode 100644 rufus-master/rufus-master/src/Makefile.in
create mode 100644 rufus-master/rufus-master/src/badblocks.c
create mode 100644 rufus-master/rufus-master/src/badblocks.h
create mode 100644 rufus-master/rufus-master/src/bled/Makefile.am
create mode 100644 rufus-master/rufus-master/src/bled/Makefile.in
create mode 100644 rufus-master/rufus-master/src/bled/bb_archive.h
create mode 100644 rufus-master/rufus-master/src/bled/bled.c
create mode 100644 rufus-master/rufus-master/src/bled/bled.h
create mode 100644 rufus-master/rufus-master/src/bled/crc32.c
create mode 100644 rufus-master/rufus-master/src/bled/data_align.c
create mode 100644 rufus-master/rufus-master/src/bled/data_extract_all.c
create mode 100644 rufus-master/rufus-master/src/bled/data_skip.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_bunzip2.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_gunzip.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_uncompress.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_unlzma.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_unxz.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_unzip.c
create mode 100644 rufus-master/rufus-master/src/bled/decompress_vtsi.c
create mode 100644 rufus-master/rufus-master/src/bled/filter_accept_all.c
create mode 100644 rufus-master/rufus-master/src/bled/filter_accept_list.c
create mode 100644 rufus-master/rufus-master/src/bled/filter_accept_reject_list.c
create mode 100644 rufus-master/rufus-master/src/bled/find_list_entry.c
create mode 100644 rufus-master/rufus-master/src/bled/header_list.c
create mode 100644 rufus-master/rufus-master/src/bled/header_skip.c
create mode 100644 rufus-master/rufus-master/src/bled/header_verbose_list.c
create mode 100644 rufus-master/rufus-master/src/bled/init_handle.c
create mode 100644 rufus-master/rufus-master/src/bled/libbb.h
create mode 100644 rufus-master/rufus-master/src/bled/open_transformer.c
create mode 100644 rufus-master/rufus-master/src/bled/platform.h
create mode 100644 rufus-master/rufus-master/src/bled/seek_by_jump.c
create mode 100644 rufus-master/rufus-master/src/bled/seek_by_read.c
create mode 100644 rufus-master/rufus-master/src/bled/xz.h
create mode 100644 rufus-master/rufus-master/src/bled/xz_config.h
create mode 100644 rufus-master/rufus-master/src/bled/xz_dec_bcj.c
create mode 100644 rufus-master/rufus-master/src/bled/xz_dec_lzma2.c
create mode 100644 rufus-master/rufus-master/src/bled/xz_dec_stream.c
create mode 100644 rufus-master/rufus-master/src/bled/xz_lzma2.h
create mode 100644 rufus-master/rufus-master/src/bled/xz_private.h
create mode 100644 rufus-master/rufus-master/src/bled/xz_stream.h
create mode 100644 rufus-master/rufus-master/src/cpu.c
create mode 100644 rufus-master/rufus-master/src/cpu.h
create mode 100644 rufus-master/rufus-master/src/db.h
create mode 100644 rufus-master/rufus-master/src/dev.c
create mode 100644 rufus-master/rufus-master/src/dev.h
create mode 100644 rufus-master/rufus-master/src/dos.c
create mode 100644 rufus-master/rufus-master/src/dos.h
create mode 100644 rufus-master/rufus-master/src/dos_locale.c
create mode 100644 rufus-master/rufus-master/src/drive.c
create mode 100644 rufus-master/rufus-master/src/drive.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/.editorconfig
create mode 100644 rufus-master/rufus-master/src/ext2fs/LICENSE.txt
create mode 100644 rufus-master/rufus-master/src/ext2fs/Makefile.am
create mode 100644 rufus-master/rufus-master/src/ext2fs/Makefile.in
create mode 100644 rufus-master/rufus-master/src/ext2fs/alloc.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/alloc_sb.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/alloc_stats.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/alloc_tables.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/badblocks.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bb_inode.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bitmaps.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bitops.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bitops.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/blkmap64_ba.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/blkmap64_rb.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/blknum.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/block.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bmap.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/bmap64.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/closefs.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/com_err.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/config.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/crc16.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/crc16.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/crc32c.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/crc32c_defs.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/crc32c_table.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/csum.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/dir_iterate.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/dirblock.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/dirhash.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/e2image.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2_err.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2_ext_attr.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2_fs.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2_io.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2_types.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2fs.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext2fsP.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext3_extents.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext4_acl.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/ext_attr.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/extent.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/fallocate.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/fileio.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/freefs.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/gen_bitmap.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/gen_bitmap64.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/get_num_dirs.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/hashmap.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/hashmap.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/i_block.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/ind_block.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/initialize.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/inline.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/inline_data.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/inode.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/io_manager.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/jfs_compat.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/kernel-jbd.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/kernel-list.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/link.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/lookup.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/mkdir.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/mkjournal.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/mmp.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/namei.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/newdir.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/nt_io.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/openfs.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/punch.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/rbtree.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/rbtree.h
create mode 100644 rufus-master/rufus-master/src/ext2fs/read_bb.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/rw_bitmaps.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/sha512.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/symlink.c
create mode 100644 rufus-master/rufus-master/src/ext2fs/valid_blk.c
create mode 100644 rufus-master/rufus-master/src/format.c
create mode 100644 rufus-master/rufus-master/src/format.h
create mode 100644 rufus-master/rufus-master/src/format_ext.c
create mode 100644 rufus-master/rufus-master/src/format_fat32.c
create mode 100644 rufus-master/rufus-master/src/getopt/.editorconfig
create mode 100644 rufus-master/rufus-master/src/getopt/getopt.c
create mode 100644 rufus-master/rufus-master/src/getopt/getopt.h
create mode 100644 rufus-master/rufus-master/src/getopt/getopt1.c
create mode 100644 rufus-master/rufus-master/src/gpt_types.h
create mode 100644 rufus-master/rufus-master/src/hash.c
create mode 100644 rufus-master/rufus-master/src/hdd_vs_ufd.h
create mode 100644 rufus-master/rufus-master/src/icon.c
create mode 100644 rufus-master/rufus-master/src/iso.c
create mode 100644 rufus-master/rufus-master/src/libcdio/.editorconfig
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/audio.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/bytesex.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/bytesex_asm.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/cdio.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/cdtext.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/device.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/disc.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/ds.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/dvd.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/ecma_167.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/iso9660.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/logging.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/memory.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/posix.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/read.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/rock.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/sector.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/track.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/types.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/udf.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/udf_file.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/udf_time.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/utf8.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/util.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/version.h
create mode 100644 rufus-master/rufus-master/src/libcdio/cdio/xa.h
create mode 100644 rufus-master/rufus-master/src/libcdio/config.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/Makefile.am
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/Makefile.in
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/_cdio_stdio.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/_cdio_stdio.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/_cdio_stream.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/_cdio_stream.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/cdio_assert.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/cdio_private.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/disc.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/ds.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/filemode.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/generic.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/logging.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/memory.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/portable.h
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/read.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/sector.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/track.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/utf8.c
create mode 100644 rufus-master/rufus-master/src/libcdio/driver/util.c
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/Makefile.am
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/Makefile.in
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/iso9660.c
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/iso9660_fs.c
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/iso9660_private.h
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/rock.c
create mode 100644 rufus-master/rufus-master/src/libcdio/iso9660/xa.c
create mode 100644 rufus-master/rufus-master/src/libcdio/mmc/mmc_private.h
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/Makefile.am
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/Makefile.in
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/filemode.c
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf.c
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf_file.c
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf_fs.c
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf_fs.h
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf_private.h
create mode 100644 rufus-master/rufus-master/src/libcdio/udf/udf_time.c
create mode 100644 rufus-master/rufus-master/src/license.h
create mode 100644 rufus-master/rufus-master/src/localization.c
create mode 100644 rufus-master/rufus-master/src/localization.h
create mode 100644 rufus-master/rufus-master/src/localization_data.h
create mode 100644 rufus-master/rufus-master/src/mbr_types.h
create mode 100644 rufus-master/rufus-master/src/missing.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/.editorconfig
create mode 100644 rufus-master/rufus-master/src/ms-sys/Makefile.am
create mode 100644 rufus-master/rufus-master/src/ms-sys/Makefile.in
create mode 100644 rufus-master/rufus-master/src/ms-sys/br.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/fat12.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/fat16.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/fat32.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/file.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat12_0x0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat12_0x3e.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat16_0x0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat16_0x3e.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat16fd_0x3e.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat16ros_0x0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat16ros_0x3e.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x3f0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32fd_0x3f0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32fd_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32kos_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x1800.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x3f0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32nt_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x1800.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x3f0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32pe_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x1c00.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x3f0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_fat32ros_0x52.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_ntfs_0x0.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/br_ntfs_0x54.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/fat12.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/fat16.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/fat32.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/file.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/label_11_char.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/libintl.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_2000.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_95b.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_dos.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_dos_f2.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_gpt_syslinux.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_grub.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_grub2.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_kolibri.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_msg_rufus.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_reactos.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_rufus.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_syslinux.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_vista.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_win7.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/mbr_zero.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/nls.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/ntfs.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/inc/partition_info.h
create mode 100644 rufus-master/rufus-master/src/ms-sys/ntfs.c
create mode 100644 rufus-master/rufus-master/src/ms-sys/partition_info.c
create mode 100644 rufus-master/rufus-master/src/msapi_utf8.h
create mode 100644 rufus-master/rufus-master/src/msvc-missing/unistd.h
create mode 100644 rufus-master/rufus-master/src/net.c
create mode 100644 rufus-master/rufus-master/src/parser.c
create mode 100644 rufus-master/rufus-master/src/pki.c
create mode 100644 rufus-master/rufus-master/src/process.c
create mode 100644 rufus-master/rufus-master/src/process.h
create mode 100644 rufus-master/rufus-master/src/re.c
create mode 100644 rufus-master/rufus-master/src/re.h
create mode 100644 rufus-master/rufus-master/src/registry.h
create mode 100644 rufus-master/rufus-master/src/resource.h
create mode 100644 rufus-master/rufus-master/src/rufus.c
create mode 100644 rufus-master/rufus-master/src/rufus.h
create mode 100644 rufus-master/rufus-master/src/rufus.manifest
create mode 100644 rufus-master/rufus-master/src/rufus.rc
create mode 100644 rufus-master/rufus-master/src/settings.h
create mode 100644 rufus-master/rufus-master/src/smart.c
create mode 100644 rufus-master/rufus-master/src/smart.h
create mode 100644 rufus-master/rufus-master/src/stdfn.c
create mode 100644 rufus-master/rufus-master/src/stdio.c
create mode 100644 rufus-master/rufus-master/src/stdlg.c
create mode 100644 rufus-master/rufus-master/src/syslinux.c
create mode 100644 rufus-master/rufus-master/src/syslinux/.editorconfig
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/Makefile.am
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/Makefile.in
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/cache.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/dumpdir.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/fat.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/fatchain.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/libfat.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/libfatint.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/open.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/searchdir.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libfat/ulint.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/Makefile.am
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/Makefile.in
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/advconst.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/fs.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/setadv.c
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/setadv.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/syslinux.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/syslxcom.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/syslxfs.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/syslxint.h
create mode 100644 rufus-master/rufus-master/src/syslinux/libinstaller/syslxmod.c
create mode 100644 rufus-master/rufus-master/src/syslinux/sltypes.h
create mode 100644 rufus-master/rufus-master/src/syslinux/win/Makefile.am
create mode 100644 rufus-master/rufus-master/src/syslinux/win/Makefile.in
create mode 100644 rufus-master/rufus-master/src/syslinux/win/ntfssect.c
create mode 100644 rufus-master/rufus-master/src/syslinux/win/ntfssect.h
create mode 100644 rufus-master/rufus-master/src/ui.c
create mode 100644 rufus-master/rufus-master/src/ui.h
create mode 100644 rufus-master/rufus-master/src/ui_data.h
create mode 100644 rufus-master/rufus-master/src/vhd.c
create mode 100644 rufus-master/rufus-master/src/vhd.h
create mode 100644 rufus-master/rufus-master/src/winio.h
create mode 100644 rufus-master/rufus-master/src/wue.c
create mode 100644 rufus-master/rufus-master/src/wue.h

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git remote add origin
usage: git remote add [<options>] <name> <url>

-f, --fetch fetch the remote branches
--tags import all tags and associated objects when fetching
or do not fetch any tag at all (--no-tags)
-t, --track <branch> branch(es) to track
-m, --master <branch>
master branch
--mirror[=(push|fetch)]
set up remote as a mirror to push to or fetch from


wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git remote add origin https://gitee.com/grow-up_4/test.git

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git push origin master
To https://gitee.com/grow-up_4/test.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://gitee.com/grow-up_4/test.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$ git push origin master -f
Enumerating objects: 684, done.
Counting objects: 100% (684/684), done.
Delta compression using up to 16 threads
Compressing objects: 100% (637/637), done.
Writing objects: 100% (684/684), 5.69 MiB | 8.29 MiB/s, done.
Total 684 (delta 86), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (86/86), done.
remote: Powered by GITEE.COM [GNK-6.4]
To https://gitee.com/grow-up_4/test.git
+ 7b32702...c2bdafe master -> master (forced update)

wu.g.q@Wugq2022 MINGW64 /d/Gitee_Source_Library/C_plus_plus/new (master)
$

 

gitee网站上效果图:

 git push origin master -f 命令是强制上传

 

如果以上强制上传还是失败,可以看看gitee账号设置中的【邮箱管理】的【不公开我的邮箱地址】取消选中

posted on 2024-05-17 14:26  wu.g.q  阅读(2)  评论(0编辑  收藏  举报

导航