본문 바로가기
728x90

git3

[Git & Github] Git & Github 기초 사용법 ⌛ Git Bash 설치하기 Git - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific expgit-scm.com▶️ Git Bash 실행하기 Git Bash 혹은 Visual Studio Code의 Git Bash 터미널을 이용해 실습합니다.Mac : 터미널Window : Git Bash .. 2024. 7. 20.
[NBCAMP | Spring 6기] 1일차 TIL + Hash Map, Queue / JOIN / git 활용법 / JQuery 👈  이전글[NBCAMP | JAVA 6기] 49일차 TIL + Queue, Brute Force / DISTINCT, IN, WHERE절 서브쿼리, MAX()KDT 실무형 스프링 백엔드 엔지니어 양성과정 6기🗝 오늘의 학습 키워드 :Hash Map Queue / JOIN LENGTH() / git / JQuery📖 공부한 내용 본인의 언어로 정리하기🚩 Git 활용 특강 내용 정리 [Git & Github] Git & Github 기초 사용법⌛ Git Bash 설치하기 Git - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Cl.. 2024. 7. 15.
[GitHub(깃허브)] CML 작성 가이드 붙여넣기마우스 우클릭 or Shift + Insert 시작처음 한번만 입력할 아이디와 메일 주소 $ git config --global user.name gitLab아이디 $ git config --global user.email gitLab이메일주소 1-1) 아이디 확인하기 $ git config --global user.name 1-2) 메일 확인하기 $ git config --global user.email 내 컴퓨터 확인 명령어 내 폴더 및 파일 목록 확인 $ ls 경로 이동 폴더에 들어가기 : cd 폴더명/$ cd Desktop/ 폴더 밖으로 나오기$ cd ..폴더 생성: mkdir 생성할 폴더명$ mkdir Diamond로컬 저장소 초기화반드시 내가 로컬 저장.. 2023. 2. 4.
728x90