git hub
-
git bash랑 vscode terminal 연동하기git hub 2022. 4. 26. 14:19
이제는 vs code에 연동해서 좀 더 간편하게 사용해보자!! 우선 vs code를 실행 시킨다. 그런 다음 f1 키를 사용하여 검색창을 활성화 시킨다. 그런 다음 preperence open settings(JSON)을 클릭해서 열어준다. 그런 다음 코드를 입력 해 준다. { "terminal.integrated.profiles.windows": { "GitBash": { "path": ["C:\\Git\\bin\\bash.exe"], "icon": "terminal-bash" }, "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": "C:\\indows\\inSxS\\ow6..
-
Git Bash로 commit 이랑 push 하기git hub 2022. 4. 26. 14:07
어제 설치 해 둔 git bash를 실행 시켜 준다. 실행하기 전에 내 git repository에 연동해야하기 떄문에 git repository가 경로로 가서 프로젝트 마우스 우클릭하여 Git Bash Here을 선택해서 경로를 push 되어 질 경로를 설정 해 준다. 그러면 Git Bash 창이 뜰 때 요렇게 경로가 지정 된 것을 확인 할 수 있다. 그런 다음 user name이랑 user email을 등록 해 준다. git config --global user.name "유저이름" git config --global user.email "git 가입 메일" 해당 명령어로 입력 해 주고 입력이 제대로 되었는지 확인 해 보려면 git config user.name git config user.email..
-
git hub 시작하기git hub 2022. 4. 25. 17:23
https://git-scm.com/download/win Git - Downloading Package Download for Windows Click here to download the latest (2.36.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 5 days ago, on 2022-04-20. Other Git for Windows downloads Standalone Installer 32-bit Git for Wind git-scm.com 에 접속해서 git bash 파일을 다운로드 해 준다. 넥스트 저장경로. 따로 건들이지 않고 넘어가도 된다. 넥스트 넥스트 넥..