Programming Quotes
1.0.0
さまざまなプログラミングの引用符を含むリポジトリ
引用
このハックトーバーフェストでプログラミング関連の引用のリストを作成しましょう...
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__
これが例です:
プログラマーはアーティストだとは思わないかもしれませんが、プログラミングは非常に創造的な職業です。それは論理ベースの創造性です。ジョン・ロメロ
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