Programming Quotes
1.0.0
다양한 프로그래밍 견적을 포함하는 저장소
인용 부호
이 hacktoberfest에서 프로그래밍 관련 인용문 목록을 만들어 봅시다 ...
quotes.md 에 따옴표를 추가합니다 .md> Markdown에서 시작해야합니다. 1. > You might not think that programmers are artists, but programming is an extremely creative profession. It's logic-based creativity. __John Romero__
예는 다음과 같습니다.
프로그래머가 아티스트라고 생각하지는 않지만 프로그래밍은 매우 창의적인 직업입니다. 논리 기반 창의성입니다. 존 로메로
git clone https://github.com/YOUR_USERNAME/Programming-Quotes.gitgit branch branchname 그런 다음이 명령으로 해당 지점을 사용하십시오.
git checkout branchname git add -A
git commit -m " message here " git push origin branchname