Browsing Tag
git
91 posts
Git Switch vs Git Checkout
If you’ve used Git for more than a day, git checkout is probably muscle memory right. New branch?…
Git: 50 Essential Commands for Everyday Workflow
Git is a distributed version control system (DVCS) created by Linus Torvalds in 2005 to manage the Linux…
Commit to Code: Why Git & GitHub Matter
This post is Part 1 of my Git & GitHub Series Next up: Installing Git & Your First…
Squash, Rebase, Merge: Keeping Your CI/CD Pipelines Clean and Efficient 🚀
In DevOps, efficiency is everything. A messy Git history slows down pipelines, causes unnecessary conflicts, and makes debugging…
Day-01: Java and Spring boot
Operating System: Linux Mint – Basic Commands and classifications -> file, User, package, network, process and resoruces handling…
The Adventures of Blink S3e2: Gitting, Started
Hey, friends! Welcome to The Adventures of Blink! Today we start to dig into some fundamentals of git.…
GIT
TRACK GIT HISTORY AND ALL DATA IN TERMINAL git log --graph --color --decorate --oneline --all gitk --all
Choose the Right Git Branching Strategy for Your Team
Git branching strategies are like roadmaps that teams use to organize their work, keep track of different code…
Git Branching
✦ You’ve completed a feature in your project and starting on a new one. You don’t want to…
Semantic Versioning with GitVersion (GitFlow)
Versioning software artifacts (Assemblies, NuGet, or NPM packages) has been proved to be a challenging procedure. Today, Semantic…