zoukankan      html  css  js  c++  java
  • Git常用命令

    一、上传代码到GitHub

    1、在Github上新建仓库Repositories

    2、本地任意目录下右键执行Git Base Here(本地需安装Git)

    3、执行命令:git clone https://github.com/gallywang/sw.orm.tool.git,执行完之后会多一个文件夹sw.orm.tool

    4、cd 切换到目录sw.orm.tool下,同时将sw.orm.tool代码拷贝到该目录

    5、执行命令(注意命令后有一个点):git add .

    6、执行命令:git commit -m '备注信息'

    7、执行命令:git push -u origin master

  • 相关阅读:
    nefu 628 Garden visiting
    codeforces 814 C. An impassioned circulation of affection 【尺取法 or DP】
    bzoj 2111: [ZJOI2010]Perm 排列计数 (dp+卢卡斯定理)
    Codeforces Round #423 (Div. 2)
    hdu 5955 Guessing the Dice Roll 【AC自动机+高斯消元】
    poj1322 Chocolate 【 概率DP 】
    poj 3414 Pots 【BFS+记录路径 】
    hdu5194 DZY Loves Balls 【概率论 or 搜索】
    51nod 1515 明辨是非 [并查集+set]
    hdu 1175 连连看 [DFS]
  • 原文地址:https://www.cnblogs.com/wanggang2016/p/12322229.html
Copyright © 2011-2022 走看看