Programming Quotes
1.0.0
Repository containing various programming quotes
Quotes
Let's create a list of programming related quotes in this Hacktoberfest...
quotes.md> in markdown.1. > You might not think that programmers are artists, but programming is an extremely creative profession. It's logic-based creativity. __John Romero__
Here is an example:
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 and then use that branch by this command:
git checkout branchname git add -A
git commit -m "message here" git push origin branchname