首页 > 其他 > 详细

文件推送

时间:2018-05-12 14:57:16      阅读:198      评论:0      收藏:0      [点我收藏+]

$ 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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!