일단 git을 설치하고
1. Terminal을 켜고
2. 프로젝트 폴더로 이동한 후
3. git init 입력
4. git add *.* 입력 (모든 파일을 연동시킬 경우)
5. git commit -m 'commit message'
이렇게만 하면 기본적인 연결은 끝난다.
터미널이 갑갑하다면
git gui app을 설치한 후에
git을 연결한 local 경로를 불러오면 연동이된다.
'Memory Stack > Git' 카테고리의 다른 글
[Git] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. (0) | 2021.08.19 |
---|---|
[Git] HEAD (0) | 2020.02.16 |