Cherry picking in git is a relatively advance way to bring in the code from a single commit into your current working branch. Why might you want to do this? Well, a good example in our class is that I forgot to add some code to the .eleventy.js file in the eleventy-basic repository template I… Continue reading Git Cherry Pick
Tag: github
Git Credentials
When you’re working with Git and doing things like making commits, Git tracks who it is that made the commit. In order to do that Git needs to know your username and email. If you haven’t set that up you will see an error when you try to make a commit. Something like this in… Continue reading Git Credentials
Week 15: 12/6 + 12/8
Live Sessions JOIN LIVE SESSION After Class: Work on Group Projects.
Getting Started
This post outlines the steps to take to get a basic web site project ready to do. These are the things you do BEFORE you start writing HTML and CSS. You should also do these AFTER you have created a project brief with a sitemap and wireframes so you know what you’re going to make.… Continue reading Getting Started