zoukankan      html  css  js  c++  java
  • 我的第一个GitHub仓库

    GitHub 仓库地址 https://github.com/FBean/test.git

    GitHub 常用命令

    add--Add file contents to the index

      bisect--Find by binary search the change that introduced a bug

      branch--List, create or delete branches

    checkout--Checkout a branch or paths to the working tree

     clone ---Clone a repository into a new directory

    commit ---Record changes to the repository

    diff   ---Show changes between commits, commit and working tree,etc

    fetch-----Download objects and refs from another repository

    grep -----Print lines matching a pattern

    init -----Create an empty Git repository or reinitialize an existing one

    log-------Show commit logs

    merge ----Join two or more development histories together

    mv -------Move or rename a file,adirectory, or a symlink

    pull -----Fetch from and integrate with another repository or a local branch

    push -----Update remote refs along with associated objects

    rebase ---Forward-port local cmmits to the updated upstream head

    reset ----Reset current HEAD tothe specified state

    rm -------Remove files from the working tree and from the index

    show -----Show various types of objects 

    status ---Show the working tree status

    tag ------Create, list, delete or verigy a tag object signed with GPG

    夜落乌啼霜满天,江枫渔火对愁眠。
  • 相关阅读:
    XML相关知识点
    MLPlatform开发日志
    1.0 es6 箭头函数
    基本数学概念
    4.4 thymeleaf使用补充
    vim操作手册
    eclise创建后台项目
    正则表达式
    数据库隔离级别
    1. gradle的使用教程
  • 原文地址:https://www.cnblogs.com/FBean/p/4453477.html
Copyright © 2011-2022 走看看