Programming Quotes
1.0.0
存儲庫包含各種編程行情
引號
讓我們在此hacktoberfest中創建相關報價的列表...
quotes.md>在降價中開始。 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