ABA. B Satya Jaideepinsatyajai.hashnode.dev·2d ago · 4 min readGit & GitHub: A Beginner's Guide Using Git Bash (Hands-on Tutorial)Step 1: Create Your Project Create a folder for your project. Example: mkdir Github cd Github Create some files. Example: touch dev{1..15}.txt Verify: ls Step 2: Initialize Git Repository Initiali00
KKKrishna Kumar Yadavindevintelligence.hashnode.dev·2d ago · 12 min readGit for Beginners: Basics and Essential Commands1. Introduction Imagine we are working on a project and keep saving different versions like this: project project_final project_final_new project_final_latest project_final_latest2 After a whil00
TTThe Tyler Nintylern.hashnode.dev·Jun 19 · 11 min readGit for GitHub: How to use simple Git commands to manage a GitHub repositoryRecently, I was working on creating a website on a cloud-based IDE (CodeHS). One night, I was editing, and then when I was done, I simply turned off my monitor and disabled my mouse and keyboard. Then01T
TATejas Ashokinfreecodecamp.org·Jun 17 · 12 min readHow to Build a Production Architecture for Small Language Model FleetsLately, there's been more focus on creating specialized Small Language Models (SLMs) for high-throughput, real-time applications. But we seem to be at an impasse: we excel at fine-tuning these models,00
NGNitish Guptainnitish-is-coding.hashnode.dev·Jun 14 · 3 min readI Avoided Git , Here's What It Cost Me.INTRODUCTION As I have just completed my second year, I have spent most of my time learning programming languages, building projects by vibe coding, and I even participated in college hackathons. I th00
KKKrishna Kumar Yadavindevintelligence.hashnode.dev·Jun 13 · 10 min readWhy Version Control Exists: The Pendrive Problem1.WHAT IS THE MAIN PROBLEM ? Let's understand with a real life imaginable scenario. Imagine it’s 2005, and you’re a developer building a college management system.At first, the project is small. You c00
BEBabatunde E. Daramolainritechoice23.hashnode.dev·Jun 11 · 16 min readHow to Contribute to a Team Project Using Git and GitHub: The Complete Workflow Collaborative software development requires more than writing code. It also requires a shared understanding of how changes move safely from a developer’s computer into the team’s codebase. Git and Git00
AKAshutosh Krishnainfreecodecamp.org·Jun 9 · 31 min readDatabase Version Control with Liquibase and Spring BootPicture this familiar scenario: you're working on a new feature that requires a new database column. You open your local database client, write an ALTER TABLE statement, and execute it. Your code work00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·Jun 7 · 28 min readMastering Git and GitHub: Branching, Merging, Stashing, and CollaborationWhat is Git? Git is a Distributed Version Control System. Its full name expands as Global Information Tracker. It was created by Linus Torvalds in 2005, the same person who created Linux. It is writte00
VJVidhi Jindalincodewithvidhi.hashnode.dev·Jun 5 · 3 min readGit Would've Saved UsINTRODUCTION A few days back , if someone would have asked me the difference between Git and Github , I would have said they are the same , but as i started learning git i realised both are different 00