Skip to main content

Git๊ณผ ํ…์ŠคํŠธ ํŽธ์ง‘๊ธฐ ์—ฐ๊ฒฐ

ํ…์ŠคํŠธ ํŽธ์ง‘๊ธฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ Git์œผ๋กœ ํŒŒ์ผ์„ ์—ด๊ณ  ํŽธ์ง‘ํ•ฉ๋‹ˆ๋‹ค.

Platform navigation

Visual Studio Code๋ฅผ ํŽธ์ง‘๊ธฐ๋กœ ์‚ฌ์šฉ

  1. Visual Studio Code(VS Code)๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ VS Code ์„ค๋ช…์„œ์˜ VS Code ์„ค์ •์„ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "code --wait"
    
  1. Visual Studio Code(VS Code)๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ VS Code ์„ค๋ช…์„œ์˜ VS Code ์„ค์ •์„ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "code --wait"
    
  1. Visual Studio Code(VS Code)๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ VS Code ์„ค๋ช…์„œ์˜ VS Code ์„ค์ •์„ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "code --wait"
    

Sublime Text๋ฅผ ํŽธ์ง‘๊ธฐ๋กœ ์‚ฌ์šฉ

  1. Sublime Text๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ Sublime Text ์„ค๋ช…์„œ์—์„œ ์„ค์น˜๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "subl -n -w"
    
  1. Sublime Text๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ Sublime Text ์„ค๋ช…์„œ์—์„œ ์„ค์น˜๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
    
  1. Sublime Text๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ Sublime Text ์„ค๋ช…์„œ์—์„œ ์„ค์น˜๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "subl -n -w"
    

๋ฉ”๋ชจ์žฅ++๋ฅผ ํŽธ์ง‘๊ธฐ๋กœ ์‚ฌ์šฉ

  1. https://notepad-plus-plus.org/์—์„œ ๋ฉ”๋ชจ์žฅ++๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ ๋ฉ”๋ชจ์žฅ++ ์„ค๋ช…์„œ์—์„œ ์‹œ์ž‘์„ ์ฐธ์กฐํ•˜์„ธ์š”.

  2. ํ„ฐ๋ฏธ๋„ํ„ฐ๋ฏธ๋„Git Bash๋ฅผ ์—ฝ๋‹ˆ๋‹ค.

  3. ๋‹ค์Œ ๋ช…๋ น์„ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

    git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"