Linux区


github修改代码上传步骤小结

背景:gentoo下已经生成shh口令,已经在github上创建仓库。

目标:在archlinux下修改上传randombg脚本到lulinux的github仓库

步骤:

  1. 建立/home/gentoo/.ssh和/home/gentoo/MyGithub的软链接到/home/arche目录下
  2. 终端运行cd ~/MyGithub/randombg
  3. 终端运行git config --global user.email "lovinux@126.com"
  4. 终端运行git config --global user.name "lulinux"
  5. 终端运行git add randombg
  6. 终端运行git remote add master https://www.github.com/lulinux/randombg.git
  7. 终端运行git commit -m "make kde4/gnome/mate/cinnamon/lxde/xfce4 compatible && remove Chinese notations"
  8. 终端运行git push

诀窍:配置好github环境之后,无非就三步上传修改的代码——add,commit -m,push

相关博文



发表评论

电子邮件地址不会被公开。