A good[ish] website
Web development blog, loads of UI and JavaScript topics
You probably knew that a branch can be "checked out" with the command git checkout <branch-name> , but interestingly enough, a single file…
Here’s a little cheat sheet to help deal with branches. Listing branches List branches: List remote branches: List remote branches that are…
Stashing is a great tool to make life with branches a bit more fluent. Rationale Scenario: you're building a new feature in a dedicated…
Here’s a quick post on the awesomeness of tab completion, and how it can be applied to Git commands and branch names. 👉 See also: my…
Here’s a boil-down on the jQuery’s .closest() method and 2 native JavaScript alternatives. jQuery’s .closest() function is great! Here’s…
Adding element after and before other elements in the DOM, also known as appending or prepending. Pure JavaScript provides some handy…
If you have a login form that you don’t want people accessing, or other private service, it’s good to block access to it. 2015.05.02 — Added…
Removing stuff with git: just remove any file, remove files from the staging area, how to remove files that were not supposed to be added…
A guide to syncing files between local and remote environment with rsync. rsync is an awesome tool, it’s designed to effortlessly move…
Here’s a short memo on how to tell apt-get about a new Git version. Install or update via apt-get Check if Git is installed and what version…