Code Monkey home page Code Monkey logo

first_test's Introduction

first_test

这是学习使用GitHub的第一个测试仓库

不知道怎么使用 .md 里面的样式中

Github术语

  1. repository:仓库,如果要建立项目,就得先建立仓库。有多个项目,就建立多个仓库
  2. issues:“问题”。别人看了我们开源的一个项目,并发现了bug,或者有个地方有待改进,他就可以给我们提出issue。等我们把issues解决后,就可以把这些issues关闭。反之我们也可以给他人提出issues。
  3. star:“点赞”,点赞过的项目,会保存在star中。在GitHub中,如果一个项目的点星数能够过百,那么说明这个项目已经很不错了。
  4. fork:“拉分支”。将我们感兴趣的项目复制到自己的GitHub账号中,而且复制后的项目,是独立于原项目。我们可以在复制的项目中进行开发。 ....
  • gist:如果只是单纯地想分享一些代码片段的话,可以选择gist。但不翻墙的话,gist并不好用。

Git的安装流程

GitHub是基于版本控制系统Git之上。

如果想要进行代码托管,要进行团队协作,就需要用到Git

  1. 到Git官网进行下载。下载之后是一个 .exe 文件

总结

论非程序员使用GitHub日常:

  • 搜索项目
  • 点击项目页面右边的release
  • 下滑页面
  • 点击带“Windows*”、“installer”字样的压缩文件下载
  • 下载完成
  • 关闭GitHub
  • 打开压缩包
  • 解压安装

first_test's People

Contributors

luxinying11 avatar

Watchers

 avatar

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.