Git基本操作备忘
push 到远端 git init git add . git commit git remote add [远程主机名] [url] git push origin [branch] push 到远端子文件夹显示为箭头 删掉本地文件夹,备份 正常 push 操作 放入文件夹再进行 push(git add _)git add _ 忽略.gitgnore git 免密 push方法一:https 记住密码 git config --global credential.helper store 方法二:ssh git init git config --global user.name '' git config --global user.email..
Read moreArchLinux滚挂后的修复
不小心把Archlinux弄挂了 Grub修复引导1.进入 normal 模式: set ls (hdx,y)/boot/grub/ set root=(hdx,y) set prefix=(hdx,y)/boot/grub/ insmod normal normal 2.启动 arch 重装 grub: grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg 3.重启结束 更换主题直接下载主题,解压进入目录执行: sudo ./install.sh win10+arch 双引导:挂在 wi..
Read more