Skip to content

LingChen-tsjmdlc/leran_py_wiyh_roommate

Repository files navigation

本仓库仅供教学使用!无任何其他价值

git的常用用法:

  • 克隆本仓库:
git clone https://github.com/LingChen-tsjmdlc/leran_py_wiyh_roommate.git
  • 克隆的语法如下:
git clone {url}  #{url}替换为仓库的地址
  • 提交更改的方法:
    1. 添加所有文件到缓存区
      git add -A
    2. 添加本次提交描述
      git commit -m "此次做了什么更改,在这里备注一下"  #引号中写入真实的信息,不要嫌麻烦,这个很重要
    3. 推送本地代码
      git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages