Posted on Jan 18th, 2023
Today’s topics
- Orientation
- More command line
- More Git & GitHub
- Preview of HTML
✅ TODO today
- Check your email for an invitation to Team 17 in classroom.momentumlearn.com.
- Fill out your first self-assessment. This is to set a starting point. You are not expected to already be familiar with any of the concepts you see.
💻 Today’s Project: HTML Practice with Cats
Complete the Free Code Camp intro HTML cat photo tutorial
If you want to re-visit the GitHub tutorial
Steps go in this order.
1, 6, 5, 2, 3 (the first line is the action), 4, 7, 8, 9, 10
link
Command Line & Git References
🦉 Code & Notes
Posted on Jan 17th, 2023
Today’s topics
- Orientation
- Developer tools
- Setting up your computer
- Using the command line
- Git & GitHub
✅ TODO today
- Fill out your first self-assessment. This is to set a starting point. You are not expected to already be familiar with any of the concepts you see.
- Read the student guidelines and how we work remotely docs in their entirety.
- Make sure your computer is set up and ready to go (links to instructions are below in 🔖 Resources).
- Read the Really friendly command-line intro.
- Read the Really friendly Git intro.
- Complete the GitHub tutorial (below) and submit this form when you are done.
💻 Today’s Project: GitHub tutorial
UPDATE: do the steps in this order ➡️
1, 6, 5, 2, 3 (the first line is the action), 4, 7, 8, 9, 10
link
- NOTE: In the industry,
main has replaced master as the convention for referring to the primary branch. Instructions in your setup set your default branch to main. When referring to this and any other Git-related documentation, replace master with main.
- Submit the link to your pull request url using this form.
🔖 Resources
First Day Orientation and Setup
Command Line & Git References
🦉 Code & Notes