FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-I-Mini/README.md at master · germancin/JavaScript-I-Mini · GitHub
germancin
/
JavaScript-I-Mini
Public
forked from
bloominstituteoftechnology/JavaScript-I-Mini
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-I-Mini
/
README.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 701 Bytes
Breadcrumbs
JavaScript-I-Mini
/
README.md
Copy path
File metadata and controls
20 lines (16 loc) · 701 Bytes
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
JavaScript I Mini
Topics
git
GitHub
Node
In this mini lab you will get your environment configured and practice the basics of git.
Instructions
Install git :
https://git-scm.com/downloads
Install node :
https://nodejs.org/en/download/
Fork this repo.
Clone the fork you made onto your local machine. git clone <fork_url>
Add a file to the repo called script.js that contains a single line of code: console.log('hello world!');
Add your changes: git add --all
Commit your changes: git commit -m "Initial commit"
Push your changes to your fork: git push origin master
Submit a pull request back to the repo that you forked from (this repo).
Back
|
FazBrowse Home
|
New Git URL