Luke Merrett
  • Home
  • F# Posts
  • Presentations
  • About
  • Trail Running Blog
Subscribe
Tagged

Git

A collection of 4 posts

Different Merge Types in Git
Git

Different Merge Types in Git

Demystifying the difference between "Merge", "Fast Forward Merge", "Squash and Merge" and "Rebase and Merge" on Git

  • Luke Merrett
Luke Merrett Aug 2, 2021 • 5 min read
Removing Mistakes With Git Rebase
Git

Removing Mistakes With Git Rebase

Let's say you've got a public repository on GitHub where you're building a basic website hosted on AWS. Part of your website accesses an AWS service like S3, DynamoDB or SQS, so naturally you may have your AWS access key and secret stored in a config file (we'll talk about

  • Luke Merrett
Luke Merrett Jan 16, 2017 • 5 min read
Code Review

Code Review Helper Function for Git in PowerShell

I wrote the following article for work after finding a particularly useful function for code review as first talked about in this article. You can use PowerShell and Git to build a helper function for showing the different between develop and a branch under review; outputting a diff file like

  • Luke Merrett
Luke Merrett Oct 27, 2015 • 3 min read
Code Review

How to Rock Code Review on the Command Line

Recently I’ve focused on utilising the command line more whilst learning how to use Git outside a GUI. Through this I’ve found what can only be described as the ultimate code review command!! along with an approach I like for assessing changes. Most of the time code reviews

  • Luke Merrett
Luke Merrett Sep 10, 2015 • 2 min read
Luke Merrett © 2022
Powered by Ghost