Skip to content

luckymark/c2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c2021

基本操作流程

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

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

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

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

    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 入门指南

其他

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published