Skip to content

Gitready

GIT Learning Conference

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

Category: Beginner

Stashing is a great way to pause what you’re currently working on and come back to it later.

  • Home
  • Beginner
  • Page 2
  • 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
  • Beginner

Ignoring doesn’t remove a file

One common source of confusion among Git beginners is the misconception that adding a file to the .gitignore file will erase it from the repository’s history.

Posted onon February 27, 2023May 29, 2024
  • Beginner

Push and delete remote branches

Pushing and deleting remote branches are common actions that many Git users need to perform regularly. However, some users may forget how to do so or simply not know the process.

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

Ignoring files

We don’t always want Git to track everything in our projects, whether it’s compiled source code, files containing passwords, or temporary files created by editors.

Posted onon January 17, 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