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

  • 相关阅读:
    12.python笔记之mysqldb模块
    13.python笔记之pyyaml模块
    11.python之线程,协程,进程,
    2.saltstack笔记之目标,模块,返回写入数据库
    6.django笔记之orm
    5.django笔记之form保存表单信息,动态select
    4.django笔记之admin
    docker批量删除none镜像
    docker 给none镜像打镜像
    jenkins卡在等待界面解决方法
  • 原文地址:https://www.cnblogs.com/wanggang2016/p/12322229.html
Copyright © 2011-2022 走看看