웹개발팁 [Git] 맥북 Git 설치 및 사용하기 http://portfolio.wonpaper.net 2025. 1. 26. 06:44 https://yy-dev.tistory.com/26 [Git] m1 맥북/macOS에 Git 설치하기 (homebrew) Git 깃은 분산 버전 관리 시스템입니다 각 컴퓨터 파일의 변경사항을 추적하고 다수의 사용자들 간 작업을 조율하기 위해 사용해요 저장소 / Repositories 안에 프로젝트를 저장해서 파일을 확인하 yy-dev.tistory.com https://yy-dev.tistory.com/27 [Git] mac에서 Git 계정 설정하기 (github) 깃 설치하기 > https://yy-dev.tistory.com/26 1) 깃허브 계정 만들기 https://github.com/ GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, yy-dev.tistory.com https://yy-dev.tistory.com/152 [Git] git reset / 커밋 뒤로 되돌리기 Git reset은 Git에서 커밋의 위치를 변경하거나 스테이징된 변경 사항을 취소하는 데 사용됨. 이 명령어는 주로 다음과 같은 세 가지 모드로 사용함 Soft Reset git reset --soft HEAD를 특정 커밋으로 이동 yy-dev.tistory.com