이것저것(독후감같은거)29 RSS 2.0 spec http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 버전에 샘플 파일이다. http://cyber.law.harvard.edu/rss/examples/rss2sample.xmlchannel 엘리먼트에 대한 구성은 아래와 같다. channel에 반드시 필요한element는 titiel, link. description 이다. Liftoff Newshttp://liftoff.msfc.nasa.gov/Liftoff to Space Exploration.en-usTue, 10 Jun 2003 04:00:00 GMTTue, 10 Jun 2003 09:41:01 GMThttp://blogs.law.harvard.edu/tech/rssWeblog Editor 2.0editor@e.. 2015. 11. 10. (git flow) delete local branch : git branch -D feature/nflash 로컬브랜치를 삭제 하는 방법이다. 1) 브랜치 목록을 보고 catherineui-MacBook-Pro:Kler catherine$ git branch * develop feature/nflash master origin 2) feature/nflash로컬브랜치를 삭제catherineui-MacBook-Pro:Kler catherine$git branch -D feature/nflashDeleted branch feature/nflash (was f7c7a44). catherineui-MacBook-Pro:Kler catherine$ git branch * develop master origin 3) 다시 체크아웃 catherineui-MacBook-Pro:Kler catherine$ git checkou.. 2015. 11. 10. git merge to feature/blabla from develop 상황 * git flow feature브랜치 작업이 길어지거나 * hotfix로 작업된 코드를 머지 하고 +feature 를 유지해야 하는 경우git checkout feature/bla ->git merge develop ->git push -u origin feature/bla(저런 경우 어떻게 올라가는지 궁금하여 테스트) 1) develop에서 feature start catherineui-MacBook-Pro-3:python_sam catherine$git checkout developSwitched to branch 'develop' Your branch is up-to-date with 'origin/develop'. catherineui-MacBook-Pro-3:python_sam cathe.. 2015. 11. 10. git tag 삭제 + 같은 tag 명으로 다시 생성 git flow로 브랜치를 관리 하고있다. tag생성을 잘못했다.. (아직 하면 안되는데 ..) 1) 일단..삭제부터..git push --delete origin 1.0.4git tag -d 1.0.4 (t-image-pssor)caui-MacBook-Pro-3:t-image-pssor ca$git push --delete origin 1.0.4To https://github.dk.com/rtf/t-image-pssor.git- [deleted] 1.0.4(t-image-pssor)caui-MacBook-Pro-3:t-image-pssor ca$ git fetch (t-image-pssor)caui-MacBook-Pro-3:t-image-pssor ca$ git tag -l 1.0.0 1.0.1 1.0.. 2015. 11. 10. 이전 1 ··· 4 5 6 7 8 다음