Coder Social home page Coder Social logo

316-contest's Introduction

记录学习经验

Github 的使用

$ssh-keygen -t rsa -C "[email protected]" // 自己的邮箱地址
// 获取公钥 id_rsa.pub
// 在Github个人设置中将 id_rsa.pub 的内容粘贴到 ssh-key 中
// 创建一个文件夹用来存放远端仓库
$mkdir FOLDER                             // 此文件夹可在任意位置创建,不建议放在 C 盘
$git config --global user.name "your Name"
$git config --global user.email "[email protected]"
$ssh -T [email protected]                    // 登录 github 测试是否配置正确,正确的提示 successful
$git remote add origin [email protected]:316Team/316-Contest.git	// 添加远程仓库
$git pull orgin 316Team                   // 拉取远程仓库的更新到本地仓库
// 如果 git pull orgin 316Team 拉取不到任何东西,则可以使用克隆到之前所创建的文件夹下
// 进入到创建好的文件夹下
$git clone https://github.com/316Team/316-Contest
$git add *                                // 添加所有文件
$git commit -m "update"                   // 为添加的文件打上 "update" 这个标签
$git push -u orgin 316Team                   // 上传本地仓库到远程仓库

316-contest's People

Contributors

asura-one 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.