Archive: git

 

If you use Git for version control and you would like to also keep a track of your database schema (and possibly content though I'm not doing that due to potential file sizes / speed issues) then all you need to do is this simple step:
1. Go to your project folder and into the hidden [...]



 

Using Git for version control is great, but if like my you work on a lot of different projects then everything you can do to save time setting Git up is well worth it.
One of the features of Git is the ability to only track certain files and ignore other files. For me that means [...]