EUNO.NEWS EUNO.NEWS
  • All (21023) +2
  • AI (3157)
  • DevOps (933) +1
  • Software (11078)
  • IT (5806)
  • Education (48)
  • Notice
  • All (21023) +2
    • AI (3157)
    • DevOps (933) +1
    • Software (11078)
    • IT (5806)
    • Education (48)
  • Notice
  • All (21023) +2
  • AI (3157)
  • DevOps (933) +1
  • Software (11078)
  • IT (5806)
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 week ago · software

    Git worktree — Stop Stashing, Start Working in Parallel

    Introduction: the pain of branch switching 😤 If you’ve worked with Git long enough, you’ve lived this moment: You’re deep into a feature. Files are half‑writt...

    #git #git-worktree #version-control #branching #stash-alternative #parallel-development #developer-workflow
  • 1 week ago · software

    What's Inside the .git Folder?

    Introduction In this article we’ll open the hood and look at the engine that powers Git – the .git folder. By the end of the article you’ll understand: How Git...

    #git #version-control #.git-folder #repository-internals #commits #command-line
  • 1 week ago · software

    Commit Message Format

    Commit Message Format Each commit message consists of a header, a body, and a footer. The header has a special format that includes a type, an optional scope,...

    #git #commit-message #conventional-commits #version-control #best-practices
  • 1 week ago · software

    Common Git Mistakes (And How to Fix Them)

    Common Git Mistakes and How to Fix Them 1. Committing on main instead of a feature branch Fix: bash git checkout -b feature-branch git reset --soft HEAD~1 git...

    #git #version-control #branching #merge-conflicts #commit-messages #security #environment-variables #git-revert #best-practices
  • 2 weeks ago · software

    Inside Git: How It Works and the Role of the .git Folder

    Introduction When you run Git commands such as git add or git commit, the workflow feels simple. The real magic of Git lives inside the hidden .git folder. To...

    #git #version-control #.git-folder #commits #branches #repository-internals
  • 2 weeks ago · software

    Git for Beginners

    What is Git? Git is a tool that helps you save, track, and manage changes in your code. In simple words: Git remembers every version of your project so you can...

    #git #version control #beginner tutorial #software development #code management
  • 2 weeks ago · software

    Git Learning

    What is Git Git was created by Linus Torvalds in 2005. Version Control Systems Types of Version Control Systems 1. Local VCS - Example: none provided - Limitat...

    #git #version control #gitlab #github #distributed VCS #software development
  • 2 weeks ago · software

    Git for Beginners: Basics and Essential Commands

    !Cover image for Git for Beginners: Basics and Essential Commandshttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/ht...

    #git #version control #beginner tutorial #git commands #software development
  • 2 weeks ago · software

    Getting started with gitlab

    What is Git text Git is a distributed version control system used to track changes in source code during software development. It allows multiple developers to...

    #git #gitlab #version control #tutorial #beginner
  • 2 weeks ago · software

    Inside Git: How It Works and the Role of the .git Folder

    markdown !Cover image for Inside Git: How It Works and the Role of the .git Folderhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=au...

    #git #version-control #.git-folder #git-internals #staging-area #commit #repository
  • 2 weeks ago · software

    How to become an iOS developer in 2026

    Introduction In this article I walk through what it takes to become an iOS developer in 2026. It’s aimed at two groups: Absolute beginners – people who have ne...

    #iOS #Swift #SwiftUI #mobile development #junior developer #career guide #version control #networking
  • 2 weeks ago · software

    Git for Beginners: Basics and Essential Commands 🚀

    Introduction If you are starting your journey as a developer, you will hear the word Git everywhere. Job descriptions mention it, open‑source projects require...

    #git #version control #beginner tutorial #git commands #software development

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026