전체 페이지뷰

2016년 11월 17일 목요일

윈도우즈 환경에서 git bash workspace를 위한 설정 몇 가지

Udacity: How to use Git and Github

Home directory:
git bash가 열릴 때 시작하는 곳.  cd ~ 커맨드를 사용하면 바로 이동할수 있다.


git-completion.bash this file
git-prompt.sh         this file의 두 파일을 Downloads 폴더에 다운받고,

mv <옮길파일경로/이름> <새이름> 커맨드로 home directory로 이동시킨다.

mv Downloads/git-completion.bash git-completion.bash
mv Downloads/gim-prompt.sh git-prompt.sh

다음으로,
.bash_profile_course here 파일을 다운받고,
home directory에 이미 .bash_profile이 존재한다면 내용을 열어 하단에 다운받은 내용을 붙여넣고, 존재하지 않는다면

mv Downloads/bash_profile_course .bash_profile
커맨드로 옮긴다.(.을 빼먹지 않는다)

이후 다음을 입력하여 설정을 마무리 한다.이상 Lesson1끝
git config --global push.default upstream
git config --global merge.conflictstyle diff3

댓글 없음:

댓글 쓰기