2016년 1월 24일 일요일

[git] to use a specific commit git repository on the basis of the bower / bower에서 git 저장소의 특정 커밋 단위로 사용하기

[git] to use a specific commit git repository on the basis of the bower

[git] bower에서 git 저장소의 특정 커밋 단위로 사용하기

How to use the git repository in the bower
Where was recorded in the previous version, just less, as shown below.
The name also it is perfectly OK for something, at least.
bower에서 git 저장소를 사용하는 방법은
기존 에 버전을 적어주던곳에 아래와 같이 적기만 하면 됩니다.
이름도 어떤것을 적어도 무방합니다.

ex)
"bootstrap-sass": "~3.3.5",
"bootstrap-sass": "/your/git/url",

ex)
"bootstrap-sass": "https://github.com/polyglotm/tc-angular-chartjs"
     



But I'm situation is a little different.
To correct the errors were to push the fork in a slight error on open source
My git repository url is no future unless they are registered at least git tag
This download will automatically receive a revised version of last tag changes
that are not reflected.
그런데 제가 처한상황은 조금 달랐습니다.
오픈소스에 약간의 오류가 있어서 fork를 해서 오류를 수정하여 push 하였는데
아무래 제 git repository url을 적어도 git tag를 등록하지 않으면
자동적으로 마지막 tag버전을 다운로드 받아서 수정된 사항이 반영되지 않는것 입니다.

I was worried because of the situation, 
open source committers are not even able to issue an untagged
Do you like this have been running well.
git tag, but the final version is registered in a way to bring 
the header files of a particular commit.
제가 오픈소스 커미터가 아닌데 태그를 찍을수도 없는 상황이라 고민하던중
아래와 같이 실행하니 잘 되었습니다.
git tag에 등록된 마지막 버전이 아니라 특정 커밋 헤더의 파일을 가져오도록 하는것입니다.

ex)
"whatever": "youre/git/repository/#commit-sha"

my latest commit-sha was #38942ca
저의 마지막 commit-sha는 아래와 같이 #38942ca였습니다.




The last commit-sha had dipped below attaching to the repository URL.

제 레포지토리 URL에 마지막 commit-sha를 붙여서 아래와 같이 적어주었습니다.

"tc-angular-chartjs-polyglotm": "https://github.com/polyglotm/tc-angular-chartjs.git#38942ca"



it working well!
아주 잘 동작합니다!

댓글 없음:

댓글 쓰기