文件推送

$ 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