CCT+
  • Home
  • Apps
  • About
  • Members
Sign in Subscribe

Git

A collection of 4 posts
3 ways to make better pull request descriptions
Git

3 ways to make better pull request descriptions

A pull request, aka merge request, is crucial in the git workflow when working on a team. If your project has CI/CD setup, it is usually the piece that needs to be merged to trigger code to production. This post outlines three ways to make your pull request descriptions better.
19 May 2022 3 min read
Git Tags - What are they and why you should use them.
Developer Tools

Git Tags - What are they and why you should use them.

Git tags allow developers to create check points in the code base. Something that gets tagged a lot are releases. List of tags for MyWheelsThe two types of tags and how to make them There are two types of tags, lightweight and annotated tags. A lightweight tag is a pointer
30 Dec 2021 2 min read
GIT GUI vs Command Line
Git

GIT GUI vs Command Line

In the past couple of posts, I’ve been using the command line to interact with Git, but you don’t have to do that! You can actually use an application to do git commands. If you haven’t guessed it by now, today, we are going to talk about
07 Apr 2021 3 min read
Developer Tools

The Git-ing Tree: Git Branching and Merging Strategies

Hey yall! Let’s grab a cup of coffee or whatever your beverage of choice is and talk about git branches and merging. What is a branch? A branch is the area where edits and commits are stored. If you watched my last video [https://youtu.be/4KwLqLXGPn8] about git
17 Mar 2021 3 min read
Page 1 of 1
CCT+ © 2025
  • Contact
  • Media Kit
  • Mastadon
Powered by Ghost