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