0

I've just altered a file and successfully committed it and pushed it and everything is fine from that point of view but when I go back into the master branch it seems to have created an extra yaml file...exactly the same as the one I've just pushed but this time it has my machine name appended to the end of it...

It started off looking like this .gitlab-ci-yml....but it's now created an extra one called .gitlab-ci-mikeslaptop.yaml in the same folder ...and posh git says [master = +1 ~0 -0 !] and git says untracked files (use "git add ,file>..." to include in what will be committed) .gitlab-ci-mikeslaptop.yaml

Has anyone ever seen this behaviour before..I'm goggling but finding nothing. any help gratefully received

torek
  • 448,244
  • 59
  • 642
  • 775
Mick8695
  • 357
  • 2
  • 5
  • 19
  • That’s a gitlab thing, not git (maybe you were alluding to that with ‘’’git posh’’’) See https://docs.gitlab.com/ee/ci/yaml/gitlab_ci_yaml.html for documentation. – Matthias Winkelmann Dec 10 '21 at 09:39
  • This sounds molre some file that your editor created, given also that is on your PC, and not on GitLab. Which editor do you use? – rpadovani Dec 14 '21 at 14:52

0 Answers0