Skip to content

Gitready

GIT Learning Conference

  • Home
  • About
  • Program
    • July 5
    • July 6
    • July 7
  • Blog
    • Beginner
    • Intermediate
    • Advanced
  • Contact

Year: 2023

  • Home
  • 2023
  • Beginner

Reverting files

Reverting files in Git can be confusing because there are multiple ways to accomplish it. Let’s go over some basic commands to help you undo your work effectively.

Posted onon December 11, 2023May 29, 2024
  • Beginner

Cleaning up untracked files

Our first reader submitted tip comes from Dav Glass, and it elaborates on a command used to keep your repository nice and tidy.

Posted onon December 9, 2023May 29, 2024
  • Beginner

Stashing your changes

Stashing is a fantastic way to temporarily set aside your current work and return to it later. Imagine you’re developing a new feature and suddenly need to fix a critical bug.

Posted onon November 13, 2023May 29, 2024
  • Advanced

Gpg-sign releases

As a developer, you often use code written by others. To ensure that upstream changes don’t break your code, you rely on release numbers.

Posted onon October 27, 2023May 29, 2024
  • Advanced

Tig, the ncurses front-end to Git

For those who find gitk less appealing, there’s an excellent alternative called tig. Early in my Git journey, I discovered this tool, which offers a command-line yet visual interface to Git.

Posted onon October 5, 2023May 29, 2024
  • Advanced

What’s inside your .git directory

One of the standout features of Git is its ability to keep all of its information neatly tucked away in one place: the .git directory at the root of your project.

Posted onon September 24, 2023May 29, 2024
  • Advanced

Pull with rebase

Git users are likely familiar with the git pull command, which fetches data from a specified remote repository and merges it with the current branch.

Posted onon September 20, 2023May 28, 2024
  • Advanced

Reorder commits with rebase

One of the powerful features of git rebase -i (interactive mode) is the ability to reorder commits. However, it’s crucial to remember

Posted onon September 10, 2023May 29, 2024
  • Advanced

Push to only bare repositories

Git provides flexibility, allowing you to create workflows that suit your needs and preferences. However, there are best practices and caveats to be aware of.

Posted onon August 18, 2023May 28, 2024
  • Advanced

Keep either file in merge conflicts

Sometimes when resolving a merge conflict, you may want to keep one file instead of the other. You don’t need to open up the files and fix potentially hundreds of conflicts

Posted onon August 16, 2023May 29, 2024

Posts pagination

1 2

Blog

  • How to Recover from a Git Mistake Without Panic
  • Using Git to Manage Online Casino Projects – A Workflow Overview
  • The Role of Ghostwriter BWL in Crafting Content for Modern Programming Courses: From Case Studies to Business Analysis
  • ChatGPT for Academic Writing: Pros and Cons
  • Why Every Developer Needs GIT: Key Benefits аnd Аpplicаtions
  • From Linux Kernel to Your Projeсt: The Journey of GIT
  • Convert git-svn tag branches to real tags
  • Find unmerged commits
  • Find ancestor commits
  • Restoring a directory from history

Blog Categories

  • Advanced
  • Beginner
  • Intermediate

Program

  • July 5
  • July 6
  • July 7

Main

  • Home
  • About
  • Contact
  • Privacy Policy

Program

  • July 5
  • July 6
  • July 7

Blog Categories

  • Advanced
  • Beginner
  • Intermediate

Posts

  • How to Recover from a Git Mistake Without Panic
  • Using Git to Manage Online Casino Projects – A Workflow Overview
  • The Role of Ghostwriter BWL in Crafting Content for Modern Programming Courses: From Case Studies to Business Analysis
Copyright © 2025 Gitready