Skip to content

shidhweb/jrg-renwu8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add task 9-2

使用步骤

  1. 获取本 repo 读写权限
  2. git clone [email protected]:jirengu-inc/jrg-renwu8.git
  3. cd jrg-renwu8
  4. git config --global user.name 你的名字
  5. git config --global user.email 你的邮箱
  6. 在homework文件夹下新建自己名字的文件夹
  7. 在自己名字的文件夹下写代码, 注意不要修改其他人的代码
  8. git add .
  9. git commit -am "modify something"
  10. git push origin master, 如果报错, 先执行 git pull origin master再执行git push origin master, 如果进入一个奇怪的页面,输入:wq

**一定不要使用 git push -f **

在线预览

这个 repo 里的代码可以在 http://book.jirengu.com/jirengu-inc/jrg-renwu8/ 预览。

或者使用 https://jirengu-inc.github.io/jrg-renwu8/homework/xxx/xxx.html 预览(注意,后面这个预览不支持目录,只支持文件)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • HTML 31.8%
  • CSS 14.1%
  • PHP 0.1%