/img/系统图片/avatar.png

hahaen

Git本地仓库与远程仓库

git系列操作 git六行配置 1 2 3 4 5 6 git config --global user.name 你的英文名 git config --global user.email 你的邮箱 git config --global push.default simple git config --global core.quotepath false git config --global core.editor "code --wait" git config --global core.autocrlf input 注意: 上面的英文名和邮箱

Linux常用命令行

ls命令 list 的缩写,可以查看文件权限(包括目录、文件夹、文件权限),查看目录信息。 1 2 3 4 5 6 7 ls -a 列出目录所有文件,包含以.开始的隐藏文件 ls