본문 바로가기

GitHubDesktop4

[GitHubDesktop] 사용법 공식 문서 https://help.github.com/en/desktop/contributing-to-projects Contributing to projects with GitHub Desktop - GitHub Help Contributing to projects with GitHub Desktop Use GitHub Desktop to manage your projects, create meaningful commits, and track the project's history in an app instead of on the command line. help.github.com 2020. 3. 31.
[GitHubDesktop] 메뉴 살펴보기 - View View 의 메뉴를 살펴보자. 1> Changes : 현재 프로그램 내에서 Changes 를 보여줌 2> History : 현재 프로그램 내에서 History를 보여줌 만약 현재 Changes 화면이 보여지고 있었다면 History 기능을 수행하면서 History 화면으로 전환됨 3> Repository list : 프로그램 내에서 작업하기 위해 추가한 repository 리스트 들을 보여줌 즉, clone, add 등 하면서 추가된 repository 목록이 보여지게 됨 4> Branches list : branch 들의 목록을 보여줌. 없으면 보여지지 않는 듯 5> Go to Summary : Changes 화면 아래에 커밋 하기전 작성하는 summary 칸으로 focus 가 잡히며 화면 전환됨 6>.. 2020. 3. 31.
[GitHubDesktop] 메뉴 살펴보기 - Edit Edit 1>Undo, Redo 2>Cut, Copy, Paste, Select all 3>Find 1> Undo, Redo : Undo - github desktop 프로그램에서 commit, push, pull 등 어떠한 작업을 하고나서 undo를 하면 실행 취소하는 기능 Redo - 안해봐서 모르겠음 2> Cut, Copy, Paste, Select all : 기본적으로 아는 기본 단축키의 기능 3> Find : History 로 가면, 저장소의 commit 이력이 나온다. 여기서 Find 기능을 사용하면, Find 할 내용을 코드 내에서 찾을 수 있음 2020. 3. 31.
[GitHubDesktop] 메뉴 살펴보기 - File github desktop에 무사히 가입 및 기본 repository가 존재할때 모습 메뉴 중에서도 File 메뉴 확인 File 1>New repository 2>Add local repository 3>Clone repository 4>Options 5>Exit 1> New repository : 새로운 저장소를 생성하기 위함, Name : 저장소 이름 Description : 저장소 설명 Local path : 연동할 local 저장소 경로 지정 README 문서 생성 체크박스 : 저장소의 파일들을 설명할 문서 생성, 보통 사용법 기술함 Git ignore : commit 시 무시할 파일 지정 License : 소스코드버전 저작권이라 생각하면 됨 2> Add local repository : 로컬 저.. 2020. 3. 31.