0
其中一項資源已經在我們網站的服務器上直接更新和更改。如何在服務器上直接更改文件時更新我的git?
我應該怎麼做才能確保我的本地和git都是用服務器文件更新的?
當我在我的服務器上的SSH之後做了git status
,我得到這個: -
On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
#
# modified: sites/all/themes/xxx/css/styles.css
# modified: sites/all/themes/xxx/css/styles-print.css
# modified: sites/all/themes/xxx/templates/views/views-view--all-documents--block.tpl.php
# modified: sites/all/themes/mso/templates/views/views-view--all-articles--block.tpl.php
#
no changes added to commit (use "git add" and/or "git commit -a")
非常感謝。
非常感謝。它工作完美。 – Steve