Jeff MacKinnon's Homepage

Articles tagged with git

V1 of the theme published

EDIT:

This project has developed A LOT in the last 11 months (where does the time go). If you are interested in using it, the repository is here - git.jeffmackinnon.com.

Something that I am enjoying learning is git, it is an amazing piece of software, but it is confusing …

Using GIT for Deployment

At first I was developing this site, and all my python projects, using WSL2 but I was starting to find working between operating systems tedious. So I put everything on the base windows OS and kept going.

Testing my git

With my new site arctiecture , I didn't like updating git everytime I created a new output, so I added the "output" folder in .gitignore.

And it doesn't work

I will have to figure out how this works, but from everything I know about git, which isn't a lot, is that …