Skip to main content

Article(s)

About 3 minGitArticle(s)blogfreecodecamp.orglearnk8s.ioyozm.wishket.commeetup.nhncloud.comtechblog.woowahan.comd2.naver.comengineering.linecorp.comgit

Article(s) 관련

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice.
Learnk8s — the Kubernetes training company
We help you get started on your Kubernetes journey through comprehensive online, in person or remote training.
요즘IT

요즘 사람들의 IT 매거진, 요즘IT
NHN Cloud Meetup - NHN 기술 블로그

기술을 공유하고 함께 성장해가는 개발 문화, NHN이 추구하는 가치입니다.
우아한형제들 기술블로그
우아한형제들의 기술, 서비스, 비전, 가치를 들려 드립니다.
NAVER D2
Blog - LINE ENGINEERING

2022-LINE-engineering-site

freecodeCamp

freecodecamp.org

Git Checkout Remote Branch – How to Fetch and List Remote Branches

You can use branches in Git to work on different features without affecting your main codebase. For example, you can experiment with a new layout for your webpage on a different branch without affecting the main branch where your website is being dep...
How to Use Git Submodules – Explained With Examples

Git is undeniably a very important tool for developers. It helps us collaborate seamlessly, track changes efficiently, and maintain project integrity across distributed environments. But as projects grow in complexity and scope, so do their dependencies. So we need a mechanism to properly manage these dependencies as they grow. This...
What is Trunk Based Development? A Different Approach to the Software Development Lifecycle

The Software Development Lifecycle (SDLC) is different at every company. The version control system used, peer review process, code review process, design review process, how you do CI, automated testing, and manual testing – all vary greatly depending on where you work. How a company plans, writes, builds, reviews, deploys...

Learnk8s — the Kubernetes training company

learnk8s.io

How to keep your Kubernetes secrets secure in Git

Kubernetes secrets that you load into the cluster must exist somewhere. Is Kubernetes to be the only source of truth or do you keep a copy? Learn how to secure secrets.

요즘IT

yozm.wishket.com

CI/CD 개념과 깃허브 리포지터리 생성하기 | 요즘IT

CI/CD 개념과 깃허브 리포지터리 생성하기
Git Internal API를 활용한 .git 탐험 | 요즘IT

Git Internal API를 활용한 .git 탐험
팀장님에게 칭찬받기 좋은 Git 꿀팁 2가지 | 요즘IT

팀장님에게 칭찬받기 좋은 Git 꿀팁 2가지

NHN Cloud Meetup - NHN 기술 블로그

meetup.nhncloud.com

git squash - 여러개의 커밋로그를 하나로 묶기| NHN Cloud Meetup

git squash - 여러개의 커밋로그를 하나로 묶기
git cherry-pick: 다른 브랜치의 일부 커밋만 반영하고 싶을 때 | NHN Cloud Meetup

git cherry-pick: 다른 브랜치의 일부 커밋만 반영하고 싶을 때
메시징플랫폼개발팀의 브랜칭 전략은? Release Flow! | NHN Cloud Meetup

메시징플랫폼개발팀의 브랜칭 전략은? Release Flow!

우아한형제들 기술블로그

techblog.woowahan.com

셸 스크립트를 몰라도 자동화는 하고 싶어, ChatGPT를 활용한 git flow 관리 스크립트 자동화 진행기 | 우아한형제들 기술블로그

셸 스크립트를 몰라도 자동화는 하고 싶어, ChatGPT를 활용한 git flow 관리 스크립트 자동화 진행기

d2.naver.com

Git vs. Mercurial | NAVER D2

Git vs. Mercurial

Blog - LINE ENGINEERING

engineering.linecorp.com

Turborepo로 모노레포 개발 경험 향상하기

안녕하세요. 저는 LINE+ UIT 조직에서 프런트엔드 개발을 하고 있는 이상철입니다. 저는 UVP(Universal Video Player)라는 사내 동영상 컴포넌트 라이브러리를 모노레포 환경에서 개발하고 있는데요. 어떻게 하면 모노레포를 조금 더 잘 활용할 수 있...

이찬희 (MarkiiimarK)
Never Stop Learning.