Git Product home page Git Product logo

git-playground's Introduction

git-playground

配置訊息

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]

沒有抓取過的專案用clone

$ git clone ${project_name}.git

抓過的專案要更新用fetch或pull

$ git fetch
# git pull = git fatch + git merge
$ git pull

不想上傳的東西寫在.gitignore

*.fastq # 例如不要上傳以.fastq檔案
ref/ # 例如不要上傳ref資料夾內的東西
gdc.token # 絕對不要上傳token或密碼(非常重要)

利用Pull requests協作步驟

請參考與其它開發者的互動 - 使用 Pull Request(PR)

  1. fork 一份專案到自己的github
  2. 在自己專案上進行修改,並push到自己的分叉上
  3. 建立pull request並敘述修改內容
  4. 等待管理者合併

git-playground's People

Contributors

xu62u4u6 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.