사용자 도구

사이트 도구


wiki:3party:scm:git

문서의 이전 판입니다!


Git

  • description : GIT 관련 내용 기술
  • author : 주레피
  • email : dhan@repia.com
  • lastupdate : 2020-05-19

GitHub
GitLab
GitBash

Git 온라인 강의

1. git client
  Github Desktop - Github
  Sourcetree - 아틀라시안
  GitKraken
  Git bash - Terminal
 
2. Download
  https://git-scm.com/download/
 
 
3. .gitconfig (깃의 설정이 저장됨)
  $> git config --list
  $> git config --global -e // -e -> edit
  $> git config --global core.editor "code --wait" // git 기본 editor 지정 , --wait -> foreground
 
터미널 제안
macOS: iTerm21
Windows: cmder
 
PowerShell 
$> code . (윈도우는 디폴트로 설정되어 있음)

Tip

Troubleshooting

Checkout conflict with files: 대상 파일
Checkout conflict with files: 대상 파일 (ProjectName/source/file...) Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생
Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생

Ref

/volume1/web/dokuwiki/data/attic/wiki/3party/scm/git.1630312064.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)