我的云配置服务器的application.properties文件如下所示。
config.source=Local Cloud Server #just to check where config come from
server.port=8012
encrypt.key=xxxxxxxxxxxxxx
spring.profiles.active=staging
spring.application.name=my-config-server
# Git Backend
spring.cloud.config.server.git.username=MY_USERNAME
spring.c
我有一个Ubuntu云服务器,我从Bitbucket上的repo中提取,但不打算向另一个方向推送。
当我在云服务器上执行'git status‘时,我得到了以下结果:
On branch master
Your branch is ahead of 'origin/master' by 4 commits.
(use "git push" to publish your local commits)
然而,上面提到的4个提交并不是实质性的,因为我可以成功地从Bitbucket拉取。
有没有办法告诉git忘记或忽略那些非实质性的