博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
文件推送
阅读量:6881 次
发布时间:2019-06-27

本文共 914 字,大约阅读时间需要 3 分钟。

$ 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

转载于:https://www.cnblogs.com/starmoon2019/p/9028631.html

你可能感兴趣的文章
Hexo在github上搭载个人博客
查看>>
手机秒变IoT设备?——巧妙利用阿里云物联网平台
查看>>
跟黄哥学python序列文章之python 函数是第一类对象
查看>>
vue组件系列1、弹窗
查看>>
2013最多“情人节”婚庆网购窝窝商城掀热潮
查看>>
【转】linux下搭建生成HLS所需的.ts和.m3u8文件
查看>>
开通51cto博客
查看>>
数据与网络开发
查看>>
[转载] 基于扩展UML的多Agent系统建模方法
查看>>
【Java】 迭代 Map
查看>>
[转载] 财经郎眼20120416:中美制造业比较
查看>>
Go net - IPAddr & TCPAddr
查看>>
Acer Aspire V5-471G修复BIOS
查看>>
ONLYOFFICE历史版本功能的开发
查看>>
3-9高项作业
查看>>
洛谷 P1541 乌龟棋
查看>>
Java基础学习总结(17)——线程
查看>>
制作NFS文件系统
查看>>
nginx limit_zone与limit_req_zone测试报告
查看>>
rook使用教程,快速编排ceph
查看>>