ibm.github.io

Portal for IBM open source at GitHub

  • 所有者: IBM/ibm.github.io
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Portal for IBM @ GitHub

This repository is rendered online at http://ibm.github.io, it contains a listing of repositories that are open source and maintained by IBM teams.

Adding a new repo to the listing

In order to have your repository show up at http://ibm.github.io, a minor change to orgs.js is required.

  • To add a single repository add a new entry to orgs.js, specify the Github organization name and the repository name (separate them with a /), and set the type to repo, an example can be seen below:
  {
      "name": "RuntimeTools/appmetrics",
      "type": "repo"
  }
  • To add all the repositories in a Github organization add a new entry to orgs.js, specify the Github organization name, and set the type to org, an example can be seen below:
  {
      "name": "IBMResilient",
      "type": "org"
  }

To test changes locally

From within the top level folder of the cloned repository run:

$ python -m http.server {port}

For example: python -m http.server 8000 -> Open the following URL in a browser:

http://localhost:8000/

Quick Git tutorial

  1. Clone the repository and checkout a new branch
$ git clone https://github.com/IBM/ibm.github.io
$ git checkout -b branch_name
  1. Update the files you'd like to change
  2. Push the changes upstream
$ git add file1 file2
$ git commit -m "add your commit message here"
$ git push origin branch_name
  1. View your branch in Github and create a Pull Request

主要指標

概覽
名稱與所有者IBM/ibm.github.io
主編程語言JavaScript
編程語言CSS (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-02-12 02:27:34
推送於2020-08-05 05:30:10
最后一次提交2020-01-15 11:32:44
發布數0
用户参与
星數1.2k
關注者數140
派生數227
提交數276
已啟用問題?
問題數28
打開的問題數0
拉請求數97
打開的拉請求數0
關閉的拉請求數23
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?