背景:gentoo下已经生成shh口令,已经在github上创建仓库。
目标:在archlinux下修改上传randombg脚本到lulinux的github仓库。
步骤:
- 建立/home/gentoo/.ssh和/home/gentoo/MyGithub的软链接到/home/arche目录下
- 终端运行cd ~/MyGithub/randombg
- 终端运行git config --global user.email "lovinux@126.com"
- 终端运行git config --global user.name "lulinux"
- 终端运行git add randombg
- 终端运行git remote add master https://www.github.com/lulinux/randombg.git
- 终端运行git commit -m "make kde4/gnome/mate/cinnamon/lxde/xfce4 compatible && remove Chinese notations"
- 终端运行git push
诀窍:配置好github环境之后,无非就三步上传修改的代码——add,commit -m,push