zoukankan      html  css  js  c++  java
  • 文件推送

    $ git add -A


    $ git status
    On branch common_shirley
    Your branch is up to date with 'origin/common_shirley'.

    Changes to be committed:
    (use "git reset HEAD <file>..." to unstage)

    modified: dao/sensorsanaly/SensorsAnalyticsEvent.php
    modified: dao/sensorsanaly/voiceroom/UserOpenCloseVoiceRoomDAO.php
    modified: dao/voiceroom/VoiceRoomDAO.php

    $ git push origin common_shirley
    Counting objects: 9, done.
    Delta compression using up to 4 threads.
    Compressing objects: 100% (9/9), done.
    Writing objects: 100% (9/9), 1.71 KiB | 1.71 MiB/s, done.
    Total 9 (delta 7), reused 0 (delta 0)
    remote:
    remote: To create a merge request for common_shirley, visit:
    remote: http://gitlab.innogeek.cn/miqu/common/merge_requests/new?merge_request %5Bsource_branch%5D=common_shirley
    remote:
    To http://gitlab.innogeek.cn/miqu/common.git
    158386c..c02ec03 common_shirley -> common_shirley

  • 相关阅读:
    软件工程实践总结
    beta答辩总结
    beta冲刺(6/7)
    beta 冲刺(5/7)
    beta冲刺(4/7)
    beta冲刺(3/7)
    beta冲刺(2/7)
    beta冲刺(1/7)
    CentOS7安装新版git
    NameError: name 'reload' is not defined
  • 原文地址:https://www.cnblogs.com/starmoon2019/p/9028631.html
Copyright © 2011-2022 走看看