Hey Tom, I read the blog post and the first thing I thought was that trying to teach everyone how to use the CLI was not the wisest way to go. Getting your brain wrapped around all of the things that happen in git (wait - why am I force-pushing after a rebase? How do I redact a repo?) is hard enough without having to fight through the CLI. It might be good to have a couple of git primers, and maybe even a git gui roundup to make the transition easier for people who are not familiar with git. One of the things we did with the framework I use with another development tool is automate some of the initial git configuration, including connecting hooks into one of the more popular text editors, the submoduling of the remote repo for the framework, generating the local repo, the .gitignore file, etc. I'd like to think it has helped people adopt the framework. It certainly has helped me set up projects 2..n without having to have a template that I had to copy and a bunch of steps to perform every time to get it running. Mainly I'm glad 4D is going this route (even though I'm not a JSON fan). Git has become an invaluable tool for us and our ability to manage all the source code we have across all of the projects we maintain.
On Fri, Jan 3, 2020 at 2:17 PM Jeremy French via 4D_Tech < [email protected]> wrote: > Hi Mike, > > This is what I’m trying: > ------------------------------------------ > > # Ignore all at the root. > /* > > # Except: > !.gitignore > !Resources > !Project > > Project/DerivedData > > Resources/Cache > > # Ignore everywhere. > __MACOSX > > > On Jan 3, 2020, at 9:38 AM, Mike Kerner via 4D_Tech < > [email protected]> wrote: > > > > which files/folders are we excluding? > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > 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) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

