Giter VIP home page Giter VIP logo

lanqiao's Introduction

Lanqiao

NEUQ-ACM预备队蓝桥杯题解提交处

提交格式:

在本仓库对应周目录下建立一个本人姓名的文件夹,文件夹内放以当场蓝桥杯比赛命名的markdown格式题解

提交步骤:

1.右上角fork本仓库至个人私有仓

2.将个人仓库clone至本地开发环境(用ssh方式克隆)

git clone git@github.com:Henrik-Yao/Lanqiao.git

3.新增上游远程分支

先将官方仓库设置为远端分支,以便同步仓库内容

可以通过git branch -vva命令查看分支情况

git remote add upstream git@github.com:NEUQ-ACM/Lanqiao.git
git pull upstream master

通过git pull upstream master可以将上游远程内容更新至当前分支

注意,每一次提交前都要执行git pull upstream master更新分支

4.创建本地仓库的开发分支

git checkout -b henrik
git branch

其中“henrik”分支名请设置为自己的名字缩写,然后可以用“git branch”查看当前位于哪个分支


此时进入本地对应文件夹提交自己的代码


5.增加修改到本地仓库中

add后面的 . 表示增加所有修改 git status可以查看当前提交状态

git add .
git status

6.提交至本地仓库

-m参数后跟的是message,简略说明你的修改内容

git commit -m "Upload henrik’s homework"
git status

7.Push代码到自己的远程仓库 git log可以查看日志

git push origin henrik
git log

8.回到个人网页提交pr

这里会自动检测到修改的分支,点击绿色按钮即可

在这里插入图片描述

创建pr

在这里插入图片描述 提交完成

在这里插入图片描述

lanqiao's People

Contributors

0frostnova0 avatar 1013345839 avatar 2114497648 avatar arcticn avatar asiawu3 avatar billrz1 avatar cuihuacheng avatar cuizihui avatar ember0520 avatar hayden-sea avatar hd133 avatar henrik-yao avatar jcxj avatar killer-tapir avatar longxiao8888 avatar mmjsm avatar mrkiing-jin avatar quanqiulianaigushi avatar steven-tangg avatar typer-j avatar wangjiaweilf avatar wkw1william avatar wuyichoa avatar xzh777 avatar yin1245 avatar yixuan-wu-neu avatar yokochan-wang avatar zhuoshi-li avatar zmk123456789 avatar zzslsp 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.