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 - 파일추가하기 파일의 버전관리 우리는 여러가지 파일을 관리할때 파일의 이름을 이용하여 버전을 관리합니다 그런데 이러한 버전은 작성하다가만 내용..
PHP - substr - 문자열의 일부분을 추출하는 함수 이번 포스팅에서는 PHP에서 문자열을 추출하는 방법에 대해서 알아보도록 하겠습니다. PHP - substr - 문자열 추출해보기 1. PHP - 문자열을 왼쪽을 기준으로 출력하기 사용법 : substr([변수 또는 문자열], [시작지점], [끝나는지점]); 2. PHP - 문자열을 오른쪽을 기준으로 출력하기 사용법 : substr([변수 또는 문자열], [시작지점], [끝나는지점]);