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([변수 또는 문자열], [시작지점], [끝나는지점]);
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에게 버전을 관리를 시작하기 전까지는 무시하게 됩니다 이렇게 추가한 파일 또..
PHP - implode - 배열을 값들을 구분하여 문자열로 변경함수 이번 포스팅에서는 배열의 값을 구분하여 변자열로 변경하는 방법에대해서 알아보도록 하겠습니다. PHP - 배열을 구분하여 문자열로 만들기 1. PHP - 배열을 구분하여 문자열 만들기 사용법 : implode([배열명], [구분자]) // 출력내용 server-talk.tistory.com 2. PHP - 배열을 문자열만 변경 사용법 : implode([배열명]) // 출력내용 server-talktistorycom
Git - git init - 프로젝트 관리 설정하기 이번 포스팅에서는 Git에서 프로젝트 관리 설정 방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git https://server-talk.tistory.com/553 - Git 설치하기 - Windows Git - 프로젝트 관리 이해하기 Git 에서 프로젝트를 관리하기 위해서는 개발자가 관리하게될 디렉토리를 git에게 알려줘야 됩니다. 개발자가 git 에게 관리하려는 디렉토리를 알려주게 되면 git은 개발자가 지정한 디렉토리의 .git 이라는 디렉토리 생성하게 되며, .git 디렉토리 파일에는 개발자가 버전관리하게될 여러가지 정보가 있..
데이터베이스 관리도구 - dbeaver 개발환경에 따른 색상 변경 이번 포스팅에서는 dbeaver 개발환경에 따른 색상 변경 방법에 대해서 알아보도록 하겠습니다. dbeaver - 개발환경에 따른 색상 변경 Developent(개발DB) 색상 : 빨강 Production(운영DB) 색상 : 파랑 상단 탭에서 [윈도우] -> [설정] 을 선택합니다. 환경설정에서 좌측 "연결" -> "연결 유형" 를 선택합니다. 연결 유형중 Developent(개발DB), Test(테스트DB), Production(운영DB)의 종류가 있으며 각각의 연결 유형에 따라 색상을 지정할 수 있습니다. Development 선택하고 [Color] 를 선택 색을 빨강으로 지정하고 [확인]을 선택합니다. Production 을 선택하고..
Git 설치하기 - Windows 이번 포스팅에서는 Git 설치방법에 대해서 알아보도록 하겠습니다. 이전글 https://server-talk.tistory.com/552 - VCS(Version Control System)과 Git Git - 다운로드 https://git-scm.com/download/ - Git 다운로드 URL 위의 Git 다운로드 URL를 들어가신후 Windows 를 선택합니다. 위의 Git 다운로드 페이지에서 설치하시는 PC에 맞는 환경에 설치 파일을 다운로드 받습니다. Git 라이센스 내용이며 Next 를 선택하여 다음으로 진행합니다. Git 설치경로를 확이하시고 Next를 선택하여 다음으로 진행합니다. 시작폴더 이름을 지정후 Next를 선택하여 다음으로 진행합니다. Git에서..