Git Product home page Git Product logo

c2022-challenge's Introduction

c2022-挑战班

基本操作流程

  1. https://github.com/luckymark/c2022-challenge fork 到你自己的 github 中

  2. 创建本地仓库:

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

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

    git fetch upstream
    git merge upstream/master
    

    在 github 网页上更新的方法

    fork 后如何同步源的新更新

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

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

参考

IDE:

  • 墙裂推荐JetBrains的CLion ,申请免费的License点这里

C语言参考:

GIT

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

Pro Git(中文版)

撸袖子 动手学 Git 专治菜鸟

Git 远程操作详解 阮一峰

fork 后如何跟上源 repo 的变化

Markdown

Markdown 入门指南

其他

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

c2022-challenge's People

Contributors

liang-127 avatar luckymark 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.