Skip to main content
18
results
Andrew Fletcher
Wanting to create a new repository on GitHub, add in a few of the available options that can come with an initial repository such as: .gitignore for the platform you are building on README.md for detailed notes - particularly if the repository if public LICENSE - again important if the repository if public However, once you add one or more of these items, you will need to merge the repository with your local environment.  This article walks through creating a new GitHub repository and...
Andrew Fletcher
A bug bear that I have had for a while with Drupal content is how come the...
Andrew Fletcher
As a process I apply patches locally first, then using git upload the update(s)...