728x90 Git3 [GitHub] private repository commit 잔디 보이게하는 방법 private repository commit 잔디 보이게하는 방법 GitHub Repository가 private인 상태에서는 본인만 기여도와 기여내역을 볼 수 있다.그래서 private 상태인 Repository의 잔디가 보이지만 다른 사람들은 보이지 않는다.다른 사람도 볼 수 있게 하는 방법을 알아보자 잔디 우측 상단 Contribution settings를 클릭하면 Private contributions와 Activity overview가 나온다.여기서 Private contributions를 위와 같이 체크해주면 다른 사람들도 private 상태인 Repository의 활동을 확인할 수 있다. 하지만 다음과 같이 커밋 내역은 볼 수 없다. 2024. 8. 14. [Git] branch 명령어 local branch 조회git branch remote branch 조회git branch -r 전체 목록(local, remote) 보기git branch -a branch 이동git checkout [브랜치 이름] branch 생성git checkout -b [브랜치 이름]git branch [브랜치 이름] 이전 branch로 돌아가기git checkout - local branch 삭제git branch -d [브런치 이름] remote branch 삭제git push origin --delete [브랜치 이름] mergegit merge [브랜치 이름] merge 취소git merge --abort local branch 이름 변경git branch -m [old name] [new name].. 2024. 8. 5. [Git] 강제 push ! [rejected] master -> master (non-fast-forward)error: failed to push some refs to '......'hint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Integrate the remote changes (e.g.hint: 'git pull ...') before pushing again.hint: See the 'Note about fast-forwards' in 'git push --help' for details. 위와 같은 에러가 발생할 경우 원격저장소에 강제 push 하는 방법 기존명령.. 2024. 7. 9. 이전 1 다음 728x90