Giter VIP home page Giter VIP logo

c2018's Introduction

c2018

基本操作流程

  1. https://github.com/luckymark/c2018 fork 到你自己的github中

  2. 创建本地仓库:(如果用机房的电脑,则建议clone到U盘,便于携带)

    git clone https://github.com/ **YourGithubAccount** /c2018
    cd c2018
    ls
    
    git config user.name=???
    git config user.email=??? 
    
    git remote -v
    git remote add upstream https://github.com/luckymark/c2018
    
  3. 修改、提交代码:

    git status
    git add .
    git commit -m "完成了running letter"
    git push
    
  4. https://github.com/luckymark/c2018 获取更新

    git fetch upstream
    git merge upstream/master
    

    在github网页上更新的方法

    fork后如何同步源的新更新

  5. 请求老师review代码的方法:在github网页上发起一个PR(pull request)即可

  1. level0 可选,用于还不够熟练的同学练手(嫌题目太少的同学,那就刷刷咱神技大学的OJ吧,从低到高地刷哈)
  2. level1 必做,课堂+课后练习
  3. level2 可选,供精力旺盛到变态的大神们发泄之用

参考

GIT

史上最浅显易懂的Git教程! 廖雪峰

Pro Git(中文版)

撸袖子 动手学Git 专治菜鸟

Git远程操作详解 阮一峰

fork后如何跟上源repo的变化

Markdown

Markdown入门指南

其他

免费的计算机编程类中文书籍

c2018's People

Contributors

fengzgpolyvi avatar jueyanyingyuu 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.