Giter Club home page Giter Club logo

this is a hyperlink

git add .表示增加 后面可以增加文件名

git restore--staged后面加文件名 表示暂存

git log 表示检查历史记录

git status表示检查目前状态

git diff表示比较两个版本文件


git push可以推送当地文本到 github

  • 首先在github建一个仓库 + 名字/描述/创建

  • 其次选第二个方法分别链接两个地址

  • 最后刷新就可以在github上看到了


git pull可以把 github 上文本拿过来看自己用

  • 首先在github fork

  • 然后 download clone 出来一个地址

  • 再然后git clone + 地址 /ls检查/再进去cd .\learn-git\ git log 检查历史记录下载

  • 然后 code . 进去就可以看到拿过来的文本了


markdown 语法

标题

  • #空格 :大标题
  • ##空格: 中标题
  • ###空格:小标题

大标题

中标题

小标题

文本

  • ** 文字/字符 ** 无空格 :粗体字

粗体字

  • *文字/字符 * 无空格:斜体字

斜体字

超链接

  • 这是个 [文本名称] (文本地址) this is 超链接

引文

  • 大于号 >

wenzhang

--zuozhe

列表

  • 有序号 1. 2.
  • 不带序号 * 或 -

  • 多级的空出来2格*1. *2. 如下

水平分割线

  • --- 三个横杠 分段落用的

代码

  • 等宽字体,灰字体 两个顿点``

this is 两个反顿点

代码段

  • 2个```分别首尾
这是个代码段qqqihcbcnclwejncnkwl

插入图片

  • ![图片] (地址)

markdown 运用

  • 在 github 中 建一个仓库 + 名字/描述/创建
  • 第二个方法 有2行 操作符 分别代入
  • 把 md 文件传上去
  1. 在learn-markdown 命令行中
 git init #在当前目录下建一个仓库,使文件版本被git 控制和管理到


( git commit -a -m "init commit"#提交"新建的/或改动的当前文件的备注 " 免去手动 git add .加未被追踪的文件 )

git add .加未被追踪的文件

git commit -a -m "init commit"

命令行/复制 地址 (方法1 GitHub中新建仓库)
命令行/复制 地址 (方法2 GitHub中新建仓库)

最后刷新 看GitHub动态

erika00's Projects

pilot icon pilot

进入编程世界的第一课

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.