형상관리/Git(5)
-
[ GIT ] conflict 시 해결하는 방법
https://velog.io/@ha0kim/GIT-conflict-%EC%8B%9C-%ED%95%B4%EA%B2%B0%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 [ GIT ] conflict 시 해결하는 방법 Git 에서 Conflict 이란?개발자들이 각 feature을 따서 작업을 하고 master branch에 merge를 하게된다.merge 과정에서 파일의 이름이 같으면 충돌이 발생한다.파일이 다르면 무조건 자동으로 합쳐준다.파일 velog.io
2022.01.07 -
[git] git pull 에러 해결 방법
https://goddaehee.tistory.com/253 [Git (6)] git pull 에러 해결방법 (Your local changes to the following files would be overwritten by merge ) [Git (6)] git pull 에러 해결 (Your local changes to the following files would be overwritten by merge ) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ git pull 충돌 에러 해결방법 ] 입니다. : ) 1... goddaehee.tistory.com https://steemit.com/develope/@snowsprout/git-git-pull-error-your-local-changes..
2022.01.07 -
[Git] pull, push 시 username, password 생략하기 (git-credential-cache)
https://mik-a.com/25 [Git] pull, push 시 username, password 생략하기 (git-credential-cache) git-credential-cache - 메모리에 password 를 저장함 $ git config credential.helper store --global 커맨드 입력 후 push, pull username, password 를 한번 입력하면 이후로는 입력이 필요없다. https://git-s.. mik-a.com
2021.09.23 -
[Git] remote: HTTP Basic: Access denied 해결법
https://k39335.tistory.com/51 [Git] remote: HTTP Basic: Access denied 해결법 [Git] remote: HTTP Basic: Access denied 해결법 Issue GitLab Repository에서 Local Repository로 clone하는 중, 해당 에러 발생 알고 보니까 clone 시 계정 입력 과정에서 password를 잘못 입력하여 발생 solu.. k39335.tistory.com
2021.09.23 -
Github에서 협업하는 방법
https://velog.io/@cos/Github%EC%97%90%EC%84%9C-%ED%98%91%EC%97%85%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 🐙 Github에서 협업하는 방법 Github에서 제공하는 기능들로 협업해봅시다! velog.io https://reddb.tistory.com/152 (github)깃허브 - 깃허브를 이용한 협업방법 (github)깃허브 - 깃허브를 이용한 협업방법 이전 포스팅에서는 깃허브를 가입하고 원격저장소를 이용하는 방법에 대해서 설명드렸습니다. 이번 포스팅에서는 이전포스팅에서 만든 깃허브 자 reddb.tistory.com https://c-on.tistory.com/18#comment14155798 깃허브데스크탑 협업방법 사진으..
2021.07.26