flynn's devnote
  • Home
  • AboutMe
  • coding activity
  • Study
  • book
  • flynnlab

git

A collection of 7 posts

git

git only local ignore

질문을 받았다. git으로 관리하는 환경에서 트래킹하고 있는 파일에서 로컬에서만 변경하고 이 파일을 커밋하지 않으려고 할때 어떻게 해야 하는가? 난 JetBrains 계열의 IDE를 사용하기 때문에 이런 파일들을 commit set을 분리해서 관리하고는 했다. 그런데 이걸

  • flynn
    flynn
1 min read
git

git push rollback

git reset --hard [commit id] git push --force

  • flynn
    flynn
1 min read
git

osx intellij gitflow error

ISSUE osx에서 brew를 이용해서 git flow 설치하고 사용을 하고 있다. intellij에서 git flow plugin을 설치했다. 그리고 feature start를 하려고 하니 git flow를 찾을 수 없다는 오류가 발생했다. RESOLVE $ which git-flow /usr/local/bin/

  • flynn
    flynn
1 min read
git

git submodule

git submodule 좋은듯 하면서 조금은 불편하네... init http://git-scm.com/book/ko/v1/Git-도구-서브모듈 // add git submodule add git://github.com/chneukirchen/rack.git rack // init git submodule init pull http://stackoverflow.com/

  • flynn
    flynn
1 min read
git

git repository 만들기

git clone --bare 폴더명 scp -r 폴더명.git 유저아이디@서버도메인:/레포지토리위치및이름.git git clone 유저아이디@서버도메인:레포지토리위치및이름.git

  • flynn
    flynn
1 min read
git

git server 만들기

target folder git_test_project git init 을 한 경우 command git clone --bare git_test_project scp -r ./git_test_project.git niceilm@niceilm.net:/git/git_test_project.git git remote

  • flynn
    flynn
1 min read
git

git

ebooks https://git-scm.com/book/ko/v2 progit ebook The entire Pro Git book Online Tool learn git A Visual Git Reference CheatSheets git cheat sheets Articles Git Basics Git Workflows Converting a

  • flynn
    flynn
1 min read
flynn's devnote © 2021
Latest Posts Facebook Twitter Ghost