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 中文
  • 6 days ago · devops

    Auto-Update “Last Updated” Date in README on Every GitHub Push

    !Cover image for Auto-Update “Last Updated” Date in README on Every GitHub Pushhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,...

    #github-actions #ci/cd #automation #readme #last-updated #git #workflow
  • 6 days ago · software

    Git for Beginners: Basics and Essential Commands

    What is Git? Git is an open-source Distributed Version Control System DVCS. Created in 2005 by Linus Torvalds the creator of Linux, it was built to handle mass...

    #git #version-control #beginners #commands #dvcs #software-development
  • 1 week ago · software

    Day 1 of Learning Linux & GitHub 🚀

    markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2...

    #Linux #GitHub #Git #Version Control #Command Line #Learning Resources
  • 1 week ago · software

    Why Version Control Exists: The Pendrive Problem

    When I first started learning software development, I didn’t want to just memorize Git commands. I wanted to understand the why behind them. To find that answe...

    #version control #git #single source of truth #software development workflow #collaboration #pendrive problem
  • 1 week ago · software

    Fossil versus Git

    Article URL: https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki Comments URL: https://news.ycombinator.com/item?id=46586385 Points: 60 Comments: 49...

    #version control #git #fossil #SCM comparison #software development
  • 1 week ago · software

    Why Version Control Exists: The Pen Drive Problem

    Imagine five friends working on a school project. All need to edit the same document at the same time. How do they avoid deleting each other's work? How do they...

    #version control #git #software development #code collaboration #pen drive problem #team workflow
  • 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 · devops

    Introduction to DevOps #1. What is DevOps

    Short Intro Why I’m Writing This I’m currently learning DevOps and decided to learn in public by documenting my journey. This blog is part of my DevOps 101 ser...

    #devops #learning #beginners #software delivery #culture #fundamentals #git #documentation
  • 1 week ago · software

    I left Windows for Ubuntu. Here’s everything I configured and what I learned

    Git bash sudo apt install git bash git config --global user.name 'your_name' git config --global user.email 'your_email' Check configuration: bash git config -...

    #Ubuntu #Windows #development environment #Git #SDKMAN #JDK #Linux #dev workflow #configuration
  • 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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026