Cake icon indicating copy to clipboard operation
Cake copied to clipboard

Don’t assume git

Open mxcl opened this issue 6 years ago • 2 comments

We indiscriminately edit or create a gitignore for create/integrate. Expect other version control.

Check for .git first.

mxcl avatar Jan 28 '19 00:01 mxcl

Which other version control systems are you wanting to support?

gcox avatar Mar 07 '19 17:03 gcox

I guess subversion and mercurial. Git is overwhelmingly used currently, but it sucks when you are using eg. subversion and a tool only expects git.

mxcl avatar Mar 07 '19 19:03 mxcl