GIT - git statsh - 변경사항 임시 저장장소 이번 포스팅에서는 stash에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit - 버전만들기 https://..
Git - git branch - 병합하기 이번 포스팅에서는 branch 병합에 대해서 알아보도록 하겠습니다 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit - 버전만들기 https://serve..
Git - branch 정보확인 이번 포스팅에서는 이전 포스팅에서 만들었던 branch 의 상태 정보를 확인 방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit ..
Git - git branch - branch 만들기 이번 포스팅에서는 branch 만드는 방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit - 버전만들기 ht..
Git - branch 알아보기 이번 포스팅에서는 branch에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit - 버전만들기 https://server-talk.t..
Git - git revert, git reset - 이전 버전으로 돌아가기 이번 포스팅에서는 Git 에서 이전 버전으로 돌아가는 방법에 대해서 알아보도록 하겠습니다 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - ..
Git - git log, git diff - 변경사항 확인하기 이번 포스팅에서는 git 에서 수정한 파일에 변경사항을 확인하는 방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - ..
Git - 버전관리 처리과정 이번 포스팅에서는 버전관리가 되는 과정에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 https://server-talk.tistory.com/556 - Git - git commit - 버전만들기 Git - 작업트리(Working..
Git - git commit - 버전만들기 이번 포스팅에서는 Git에서 버전 만들기에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 https://server-talk.tistory.com/555 - Git - git add - 파일추가하기 파일의 버전관리 우리는 여러가지 파일을 관리할때 파일의 이름을 이용하여 버전을 관리합니다 그런데 이러한 버전은 작성하다가만 내용..
Git - git add - 파일추가하기 이번 포스팅포스팅에서는 Git에 파일을 추가하는 방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows https://server-talk.tistory.com/554 - Git - git init - 프로젝트 관리 설정하기 Git - 파일이 추가되는 과정 Git 이 관리하는 디렉토리에 파일을 생성하면 Untracked file 로 추적되지 않는 파일이로 나오게 되며, git에게 버전을 관리를 시작하기 전까지는 무시하게 됩니다 이렇게 추가한 파일 또..