Git

A collection of 10 posts
Merge vs Rebase: Part 3 - What is a rebase?
Git

Merge vs Rebase: Part 3 - What is a rebase?

-------------------------------------------------------------------------------- Table of Contents: * Part 1 - What is a commit hash? [https://chevtek.io/merge-vs-rebase-part-1-what-is-a-commit-hash] * Part 2 - What is a merge? [https://chevtek.io/merge-vs-rebase-part-2-what-is-a-merge] * Part 3 - What is a rebase? -------------------------------------------------------------------------------- In part 1 [https://chevtek.io/merge-vs-rebase-part-1-what-is-a-commit-hash] we discussed
10 min read
Merge vs Rebase: Part 2 - What is a merge?
Git

Merge vs Rebase: Part 2 - What is a merge?

-------------------------------------------------------------------------------- Table of Contents: * Part 1 - What is a commit hash? [https://chevtek.io/merge-vs-rebase-part-1-what-is-a-commit-hash] * Part 2 - What is a merge? * Part 3 - What is a rebase? [https://chevtek.io/merge-vs-rebase-part-3-what-is-a-rebase] -------------------------------------------------------------------------------- In part 1 [https://chevtek.io/merge-vs-rebase-part-1-what-is-a-commit-hash] we left off
4 min read
Merge vs Rebase: Part 1 - What is a commit hash?
Git

Merge vs Rebase: Part 1 - What is a commit hash?

-------------------------------------------------------------------------------- Table of Contents: * Part 1 - What is a commit hash? * Part 2 - What is a merge? [https://chevtek.io/merge-vs-rebase-part-2-what-is-a-merge] * Part 3 - What is a rebase? [https://chevtek.io/merge-vs-rebase-part-3-what-is-a-rebase] -------------------------------------------------------------------------------- One of the biggest things I struggled with in the past when learning how to
5 min read
Hosting Node.js Applications on Windows Server 2012, Complete with Git Deployment and Remote Debugging - Part 3
Windows Server 2012

Hosting Node.js Applications on Windows Server 2012, Complete with Git Deployment and Remote Debugging - Part 3

Quick Links * Part 1 - Setting up Virtual Machine [http://codetunnel.io/hosting-nodejs-applications-on-windows-server-2012-complete-with-git-deployment-and-remote-debugging-part-1] * Part 2 - Installing IIS, Git, Node.js, and IISNode [http://codetunnel.io/hosting-nodejs-applications-on-windows-server-2012-complete-with-git-deployment-and-remote-debugging-part-2] * Part 3 - Installing Kudu -------------------------------------------------------------------------------- Unfortunately,
12 min read