Giter VIP home page Giter VIP logo

team_b's Introduction

智能合约开发课程项目

  • 各个课程对应的代码在 projects 目录中
  • manager.sh 为 docker 环境管理脚本

docker 环境使用

先安装 docker

  1. 运行容器:

    sh manager.sh run 容器在后台运行

  2. 附加到容器中工作

    sh manager attach 进入到容器中,即可工作

  3. 停止容器

    sh manager stop

作业提交

大家 fork 本项目到自己的项目下,在自己的项目中,可选任意分支开发(建议 master),开发完成后,PR 到本项目对应的分支中。

如何提交作业视频: https://www.youtube.com/watch?v=X5tLHiYkHIU&t=40s

更新代码

视频教程在: https://www.youtube.com/watch?v=G_DpaJaFvUc

以 bob 为例

bob 的 repo: bob/Team_A

team 的 repo: ggl-smt-4th/Team_A

  1. bob/Team_A 拉取到本地

    $ git clone https://github.com/bob/Team_A.git
  2. 进入本地的 Team_A 目录,添加一个新的 remote repo

    $ cd Team_A
    
    # 下面命令中的 team-repo 可以换成其它名称
    $ git remote add team-repo https://github.com/ggl-smt-4th/Team_A.git
    
    # 输入下面的命令检查下是否成功,看到新加入的 team-repo 即为成功
    $ git remote -v
  3. 更新代码

    # 拉取 team-repo 中的master分支里的代码
    $ git pull team-repo master
    
    # or
    $ git fetch team-repo
    $ git merge team-repo/master
    
    # or
    $ git fetch team-repo
    $ git rebase team-repo/master

    三种操作任选一种

  4. 处理可能出现的代码冲突,自行解决下

  5. 将代码更新到 bob/Team_A

    $ git push origin master

team_b's People

Contributors

liaohuqiu avatar eijgong avatar jiangleo avatar

Watchers

James Cloos avatar Bo Yao 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.