Naveed Ausafnausaf.hashnode.dev·Sep 16, 2024LF vs CRLF - Configure Git and VS Code to use Unix line endingsSet LF as end of line character in VS Code and Git To set the default for line endings in VS Code to LF: go to Command Palette (Ctrl + Shift + P) type Settings. Choose Preferences: Open Settings (UI) from the list of options that are displayed In ...459 readsGit
Myoneemyonee.hashnode.dev·Jul 30, 2024캐리지 리턴(cr)과 라인 피드(lf)개행(줄바꿈)문자 \r Carriage Return(CR) 맨앞으로 이동하라는 뜻 \n Line Feed(LF) New Line, 즉 새로운 라인이라는 뜻 타자기가 타이핑을 하는 방식에서 유래되었다. Windows : CRLF 타자기가 한 줄을 모두 입력한 후 다음 줄을 입력하기 위해 한 줄 간격만큼 아래로 이동하는 것을 LF(Line Feed), 그리고 한 줄을 모두 입력해서 잉크를 찍는 부분이 종이의 가장 오른쪽에 위치해있으니 다시 처...#LF, CRLF
Byung Joo Jeongjoo.hashnode.dev·May 11, 2024Project Trouble Shooting : Linking "Spring" to "GitHub" (Process of git init~)#Foreword Although I've participated in several team projectcs before, I've never personally set up a Spring project and linked it to Git repositories for team bollaboration. Spring initial setup and linking it to git repositories for team members. J...#Git Typical Workflow