I had a file mode (permissions) surprise with one of our projects. It's a project that is bring brought forward from 2k4->17->18 project So for those of you that run into this, you can do ``` git config core.fileMode false ```
Right now the *.gitignore* I'm using is thus: ``` #Inspired by Tom Benedict's .gitignore # Ignore all at the root. /* # Except: !.gitignore !Resources !Project #Also ignore Project/DerivedData Resources/Cache *.sublime* userPreferences.*/ # Ignore everywhere. __MACOSX ``` On Mon, May 25, 2020 at 5:00 AM Paul Dennis via 4D_Tech < [email protected]> wrote: > For those getting started with Git. Atlassian offer bitbucket for 10 USD a > year and their GUI sourcetree is free of charge. Integrates with Jira and > for small development teams is amazing value for money. > Paul > > > > -- > Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html > ********************************************************************** > 4D Internet Users Group (4D iNUG) > New Forum: https://discuss.4D.com > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." ********************************************************************** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

