You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.”
~ Why The Lucky Stiff
git status git add . git status git commit -m 'Initial commit' git status
This chart shows what each command means. This is your git workflow. Which means EVERY TIME we ask you to commit to git and GitHub in this tutorial you should follow these steps. It is a good habit to follow all these steps.
Your Git Workflow
:)
git status
Check status
git add .
Add everything to the repository
git status
Check status
git commit -m 'Your comment'
Commit everything (-m means message)
git status
Check status*
Again I will say, every time you commit, follow these steps. It's good practice and it will help you from getting messed up when things get more complex.
Where it says Your comment this is where you write in what you commit contains. It should note what you did. These comments are meant for you to remember what you did so make them very meaningful.
They are also public for everyone to read for ever. ;) A Note About Git Commit Messages
DAY 4 - WEEK 2
Monday July 2 2018
If you haven't already:
Install Git
Add all your files and directory to your local Repo
git add .
Commit all your files and directory to your local Repo
Get Chrome Browser
Git Tutorial
https://tutorialzine.com/2016/06/learn-git-in-30-minutes
Create a git repository by typing.
Do each of these commands one at a time...
git status
git add .
git status
git commit -m 'Initial commit'
git status
This chart shows what each command means. This is your git workflow. Which means EVERY TIME we ask you to commit to git and GitHub in this tutorial you should follow these steps. It is a good habit to follow all these steps.
git status
git add .
git status
git commit -m 'Your comment'
git status
Again I will say, every time you commit, follow these steps. It's good practice and it will help you from getting messed up when things get more complex.
Where it says Your comment this is where you write in what you commit contains. It should note what you did. These comments are meant for you to remember what you did so make them very meaningful.
They are also public for everyone to read for ever. ;) A Note About Git Commit Messages
gh-pages
git checkout -b gh-pages
https://www.thinkful.com/learn/a-guide-to-using-github-pages/start/existing-project/project-page/existing-repo/
Create a Navbar
https://www.w3schools.com/Css/css_navbar.asp
Link all your pages
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
http://girldevelopit.github.io/gdi-featured-js-intro/#/
The text was updated successfully, but these errors were encountered: