Interconversion of gitignore and hgignore?

后端 未结 1 1159
南旧
南旧 2021-02-06 21:34

I\'m just starting to use hg-git to push some mercurial repositories to github, and I\'m realizing that if people check them out using git, they\'ll need a .gitignore file in th

相关标签:
1条回答
  • 2021-02-06 22:20

    If you're just using glob syntax in your hgignore, then all you'd need to do is rename it, and it should just work. If you're using regex syntax then it's going to be a different story...

    0 讨论(0)
提交回复
热议问题