zoukankan      html  css  js  c++  java
  • github 's usage

    author:headsen  chen

    date: 2018-05-30   10:50:56

    notice:This  article is created by headsen chen himself and no allowed to copy or you will count law question 

    1,To login github: open  web-brouse and insert : https://github.com

     2,click sign in ,first you should sign a account for github, name,password and email-dress.when have signed up.use this account to sign in

     3、create one project 

    and when complete,like this:

     4, To create  a branch in you project

     when complete is like this:

     5、edit new branch file and upload some file 

     

     

     

     and now the create a brance code file is complete ,and upload you computer file to github is so easy:

     

     

     

     

    6、merger your branch files into master so that you workmans can use the latest code version

     

    before you merge your code file ,first is to check your branh code with difference of  master's code file:

    when have check you branch code file is right ,and now to merge this code to master.

     

     

     

     click Merge pull request(合并上传请求)  ----》confirm pull request 

     

     7,to see master code file,

  • 相关阅读:
    ServiceStack支持跨域提交
    CookiesHelper
    poj 3669 线段树成段更新+区间合并
    poj2528 线段树+离散化
    hdu3308 线段树 区间合并
    hdu1542矩阵的并 线段树+扫描线
    hdu1255 矩阵的交 线段树+扫描线
    简单单点更新线段树
    树状数组模版
    hdu1873优先队列
  • 原文地址:https://www.cnblogs.com/kaishirenshi/p/9110104.html
Copyright © 2011-2022 走看看