티스토리

개발, 검색, 함수
검색하기내 프로필
tips & tricks

github 사용하기

manywaypark 2013. 5. 11. 09:10

자주 쓰지 않아서 그런지 매번 쓸 때마다 구글링하곤 했었는데, 우연히 잘 정리된 페이지를 만났다.

요지는 내 repo로 fork한 다음 clone하고, 원저자의 repo를 remote add upstream으로 추가해서 관리하는 것이다.

ref: https://github.com/ginatrapani/todo.txt-cli/wiki/developer-documentation


happy hackin'