일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록GIT (8)
A Joyful AI Research Journey🌳😊
Create a Branch Create branch when master branch is checked out. Here commits in master will be synced to the branch you created. git branch branch1 Create branch when branch1 is checked out . Here commits in branch1 will be synced to branch2 git branch branch2 Checkout a Branch git checkout command switch branches or restore working tree files git checkout branchname Renaming a Branch git branc..
처음에 터미널에서 깃허브 아이디, 비밀번호 설정할 때 깃허브에서 발급받은 클래식 토큰(Tokens(Classic))을 비밀번호로 사용한다. 1) 폴더 경로를 지정해 주고 예시) cd /Users/yeongjinyu/Documents/github 2) git clone을 한다. 예시) git clone https://github.com/yjyuwisely/Traveling-from-Ulju-gun.git git clone 깃주소 3) 폴더 경로로 들어간다. 예시) cd /Users/yeongjinyu/Documents/github/Traveling-from-Ulju-gun 터미널에서 깃허브 커밋 History에 있는 잘못 입력된 4) 특정 Author의 이름을 자신이 원하는 깃허브 id로 수정하는 방법은 ..
맥북 터미널에서 과거에 커밋한 Repository의 Committer의 이름을 바꾸는 작업을 하는데 스프링 시큐리티 등 용량이 큰 파일의 경우 아무리 수정을 해도 경고 메시지가 뜨면서 수정이 되지 않았다. 해결책은 하단의 코드를 터미널에서 쓰는 것이다. git config --global http.postBuffer 를 524288000로 수정하면 파일 용량이 500MB까지 가능하며 수정이 가능하다. git config --global http.postBuffer 524288000
여러 명이 커밋을 해서 하나 또는 선택한 파일만 Committer을 바꿀 때 하단의 코드를 터미널에 적어서 자산의 깃허브 아이디와 이메일이 맞는지 체크 가능하다. git config user.name git config user.email 처음에 터미널에서 깃허브 아이디, 비밀번호 설정할 때 깃허브에서 발급받은 클래식 토큰(Tokens(Classic))을 비밀번호로 사용한다. 1) 폴더 경로를 지정해 주고 예시) cd /Users/yeongjinyu/Documents/github 2) git clone을 한다. 예시) git clone https://github.com/yjyuwisely/Traveling-from-Ulju-gun.git git clone 깃주소 3) 폴더 경로로 들어간다. 예시) cd ..
처음에 터미널에서 깃허브 아이디, 비밀번호 설정할 때 깃허브에서 발급받은 클래식 토큰(Tokens(Classic))을 비밀번호로 사용한다. 1) 폴더 경로를 지정해 주고 예시) cd /Users/yeongjinyu/Documents/github 2) git clone을 한다. 예시) git clone https://github.com/yjyuwisely/Traveling-from-Ulju-gun.git git clone 깃주소 3) 폴더 경로로 들어간다. 예시) cd /Users/yeongjinyu/Documents/github/Traveling-from-Ulju-gun 4) 터미널에서 하단을 순서대로 입력한다. 본인의 깃허브 아이디와 이메일을 넣고 Branch 이름을 끝에다가 적는다. 4.1) git ..
https://ux.stories.pe.kr/183 Git Flow 개념 이해하기 Git으로 협업을 하는 것이 매우 좋다라고는 알고 있으나 실제로 서로 다른 그 사람들이 어떻게 각자 작성한 코드를 합치고 배포하는지가 궁금해 졌습니다. Git-flow 이해하기 Git-flow는 Git이 새롭게 ux.stories.pe.kr 230526) https://80000coding.oopy.io/865f4b2a-5198-49e8-a173-0f893a4fed45 깃허브 프로필 꾸미기! 깃허브에 들어갈 때마다 허전한 내 프로필.. 80000coding.oopy.io 230427) 깃 메인 페이지 꾸미기 가능하다. https://velog.io/@imacoolgirlyo/Git-fork%EC%99%80-clone-%EC..
230406 Thu github로 팀 프로젝트 관리하기 1. github 팀장을 정한다. 1-1. https://uni.rejoice-it.com/entry/Git-%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-%EC%97%B0%EB%8F%99-%ED%98%91%EC%97%85%ED%95%98%EA%B8%B0-1-%ED%8C%80%EC%9E%A5?category=934866 Git 이클립스 연동 협업하기 1 ( 팀장 ) 1. 가입 후 setting -> developer settings 로 이동 2. Personal access tokens 로 이동 하여 Generate new token 클릭!! 3. New personal access token 발급 -> 아래와 같이 토큰명 만료기..
230405 집 a.html(pull)-update(최신)-수정 commit 학원 a.html commit(최신) 학원에서 알게 된 건데, 두 branch는 merge가 안 된다. 이유는 내가 이클립스에서 pull은 안 했기 때문이다! https://allmana.tistory.com/168 이클립스 프로젝트 GitHub에 올리기~ https://github.com/ GitHub: Where the world builds software GitHub is where over 56 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositorie..