이 방법은 처음 프로젝트를 생성할 때 Create Git repository
를 체크하지 않았을 경우 Git repository를 생성하는 방법이다.
Commit - Unversioned Files : 버젼별로 관리하지 않는 파일이라고 Git에서 표현한 것
Changes라고 바뀐것 확인
Amend를 통해서 commit시 남기고 싶은 메시지 작성 후 Commit
버튼 혹은 commit and Push
버튼 선택
Set properties globally
를 체크하면 global로 설정된다