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

  • 相关阅读:
    一个功能完善的资源管理器
    数据结构和算法
    Build Native Mobile Apps in HTML5: PhoneGap from Start to Finish
    HTML5安全:CORS(跨域资源共享)简介
    Start A mobile web app
    ASP.NET MVC4 常见问题集
    ASP.NET MVC4 ASP.NET Web API OAuth2 delegation with Windows Azure Access Control Service
    【转】HTTP access control (CORS)
    ASP.NET MVC4最新特性介绍 (待续)
    C#实现小写金额转换大写的方法
  • 原文地址:https://www.cnblogs.com/wanggang2016/p/12322229.html
Copyright © 2011-2022 走看看