Skip to main content
Environment Setup

A. 기본설정

A1. regedit 설정

윈도우 작업표시줄 검색창이나 +R(실행) 열어서 cmdctrl+shift+enter 눌러 실행합니다.

Prerequesite(s)

First, ensure that you open prompt in ADMINISTRATIVE mode


About 3 minMicrosoftWindowsEnvironment Setupbatpwshwin-runoh-my-pwshchocolateywindows-terminalcmdpowershellps1scooppacmanjdkjdk7temurintemurin11dockerfastfetch
Batchfile

Less than 1 minuteBatchfileclibatbatchfilewinwindowswindows-terminal
Basics

Multiline 입력

^을 붙여 커맨드 입력

wsdl2java.bat -u -t -ss -sd -g -b ^
  -o .\BmsSifDctToProcessMobService ^
  -uri http://onnara.saas.gcloud.go.kr/bms/service/BmsSifDctToProcessMobService?wsdl

Less than 1 minuteBatchfileBasicsclibatbatchfilewinwindowswindows-terminalmultilineDOSKEY
Github

Batchfile


Less than 1 minuteBatchfileGithubbatchbatwindowswindows-terminal
Snippets

yt-dlp 로 mp3 추출

Prerequisite(s)

  • ffmpeg
  • yt-dlp

아래 스크립트를 실행하여 설치

choco install -y ffmpeg yt-dlp

Less than 1 minuteBatchfileSnippetsbatchbatwindowswindows-terminalmultilineDOSKEY
Tips

명령어 설명
WSReset.exe 윈도우 스토어 캐쉬 삭제

Window Environment Setup


Less than 1 minuteBatchfileTipsclibatbatchfilewinwindowswindows-terminalnetslmgr
Basics

기본 명령어

저장소 (repository) 관리

명령어 설명
git remote -vv 🔎로컬에 등록 된 원격저장소 정보 조회
git remote add <저장소 별칭> <저장소 주소> 📌로컬에 원격저장소 정보등록
git remote rename <저장소 별칭> <새 저장소 별칭> 📝로컬에 등록 된 원격저장소 별칭 수정
git remote set-url <저장소 별칭> <새 저장소 주소> 📝로컬에 등록 된 원격저장소 주소 수정
git fetch <저장소 별칭> 🔄(로컬에 등록 된) 원격저장소 상태 동기화
git fetch --all 🔄(로컬에 등록 된) 모든 원격저장소 상태 동기화
git pull <저장소 별칭> <브랜치 명> ⏬(지정한 브랜치로) push 된 commit 목록 가져오기 (원격 > 로컬)
git push <저장소 별칭> <브랜치 명> ⏫(지정한 브랜치에서) 로컬에서 작업한 commit 목록 push 하기

Less than 1 minuteGitBasicsgitgit-clibashterminalwindows-terminaltortoisegitgit-remotegit-branchgit-fetchgit-pullgit-pushgit-checkoutgit-resetgit-mergegit-rebasegit-statusgit-addgit-commitgit-loggit-stash
Basics

Timestamp 출력

#Get the Timestamp
$TimeStamp = Get-Date -F yyyy-MM-dd_HH-mm

Less than 1 minutePowershellBasicspowershellpwshwindowswindows-terminalmultiline
Github

Powershell


Less than 1 minutePowershellGithubpowershellpwshwindowswindows-terminalmultiline