IT/Git, GitHub 2017. 11. 27.
Github / Travis-ci를 이용하여 python 'Hello world' 작성하기
여기 아래글을 그대로 따라 해 봤다. Travis-ci를 이용하여 python 'Hello world' 작성하기 그냥 생각없이 따라하면 Hello World 정도야 잘 찍을 수 있다.결론적으로 아래와 같은 아이콘이 나타나는 첫경험을 해 보았다!! "build|failing" ^0^ 참고자료 https://ko.wikipedia.org/wiki/%EC%A7%80%EC%86%8D%EC%A0%81_%ED%86%B5%ED%95%A9 https://aws.amazon.com/ko/devops/continuous-integration/ http://hatemogi.com/holiday-project-day-17 TestTravisCICI
IT/Git, GitHub 2015. 3. 17.
Prose.io - Github에서 바로 파일 수정 입력 가능
http://prose.ioProse is a content editor for GitHub designed for managing websites.완전 좋은 곳이다.Github 계정만 있다면, Github에 있는 파일 (텍스트 파일이겠죠~~)을 바로 편집 저장이 가능하다.로컬 저장소를 손대지 않고도 직접 수정이 가능하니 간단한 수정에서는 킹왕짱~~ 자 접속시작, go http://prose.io 계정 인증을 해 주면 아래와 같이 바로 사용이 가능 왠만한 히스토리도 보고, 최근에 변경된 파일도 보여주고원하는 폴더로 가서 편집을 원하는 파일을 클릭하면 바로 수정 저장이 가능하다는 jekyll 로 웹사이트를 구성해 두신 분들은 정말정말 편리할 듯~~즐 웹 에디팅. ^~^
IT/Git, GitHub 2015. 3. 17.
Github - Commit 메시지로 issue close 하기
Github에 이슈 등록된 문제를 해결했을 때 commit message로 이슈를 바로 close 시킬 수 있다.쉽게 Help에서 검색해서 찾았지만, 흔적으로 남겨보자.To close multiple issues, include multiple keywords and issue references in your commit message. For example, This fixes #34, resolves #23, and closes example_user/example_repo#42would close issues #34, #23, and issue #42 in the “example_user/example_repo” repository.fix #이슈번호 혹은 resolve #이슈번호이런식으로 comm..
IT/Git, GitHub 2015. 3. 3.
What is my disk quota? - Github, Bitbucket 용량?
일단 궁금한 건 찾아서~~Github1GB per repository, 100MB per filerefer to https://help.github.com/articles/what-is-my-disk-quota/Bitbucket.orgRepository sizeSoft limit 1 GB: We will notify you by email and with a notification bar in Bitbucket.Hard limit 2 GB: We will disable your ability to push to the repository. You will be notified by email and with a notification bar in Bitbucket.refer to this page
