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

  • 相关阅读:
    favourite programming quotes
    a fast algorithm to compute the area of a polygon
    customize your own memory allocator (2)
    一道概率算法
    study on source code of Tcmalloc
    智力题2
    how does malloc/free work?
    Windows PowerShell系列课程(视频课程讲师:李大川)
    跟我一起学Visual Studio 2008系列课程(视频课程讲师:徐长龙)
    C# 3.0 锐利体验系列课程(视频课程讲师:李建忠)
  • 原文地址:https://www.cnblogs.com/wanggang2016/p/12322229.html
Copyright © 2011-2022 走看看