|
@@ -255,8 +255,19 @@ It's a long plan. It may take you months. If you are familiar with a lot of this
|
|
Everything below is an outline, and you should tackle the items in order from top to bottom.
|
|
Everything below is an outline, and you should tackle the items in order from top to bottom.
|
|
|
|
|
|
I'm using GitHub's special markdown flavor, including tasks lists to track progress.
|
|
I'm using GitHub's special markdown flavor, including tasks lists to track progress.
|
|
|
|
+ - [More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
|
|
|
|
|
|
-**Create a new branch so you can check items like this, just put an x in the brackets: [x]**
|
|
|
|
|
|
+### If you don't want to use git
|
|
|
|
+
|
|
|
|
+On this page, click the Code button near the top, then click "Download ZIP". Unzip the file and you can work with the text files.
|
|
|
|
+
|
|
|
|
+If you're open in a code editor that understands markdown, you'll see everything formatted nicely.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+### If you're comfortable with git
|
|
|
|
+
|
|
|
|
+Create a new branch so you can check items like this, just put an x in the brackets: [x]
|
|
|
|
|
|
Fork a branch and follow the commands below
|
|
Fork a branch and follow the commands below
|
|
|
|
|
|
@@ -277,8 +288,6 @@ Mark all boxes with X after you completed your changes:
|
|
git push --set-upstream origin progress
|
|
git push --set-upstream origin progress
|
|
git push --force
|
|
git push --force
|
|
|
|
|
|
-[More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
|
|
|
|
-
|
|
|
|
## Don't feel you aren't smart enough
|
|
## Don't feel you aren't smart enough
|
|
|
|
|
|
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.
|
|
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.
|