Created
November 20, 2017 15:22
-
-
Save tomatohammado/8072411e54873f17464361c228dec0f1 to your computer and use it in GitHub Desktop.
Vestibule Week 2 Day 1(6), correcting .bach_profile and installing Standard Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GAs-MacBook-Air:~ ga$ code ga-wdi/fundamentals/wdi-fundamentals-memorygame/ | |
| GAs-MacBook-Air:~ ga$ atom ~/.bash_profile | |
| GAs-MacBook-Air:~ ga$ npm install -g standard | |
| /usr/local/bin/standard -> /usr/local/lib/node_modules/standard/bin/cmd.js | |
| + [email protected] | |
| added 192 packages in 10.38s | |
| GAs-MacBook-Air:~ ga$ code ga-wdi/fundamentals/wdi-fundamentals-memorygame/ | |
| GAs-MacBook-Air:~ ga$ git status ga-wdi/fundamentals/wdi-fundamentals-memorygame/ | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| GAs-MacBook-Air:~ ga$ cd ga-wdi/fundamentals/wdi-fundamentals-memorygame/ | |
| GAs-MacBook-Air:wdi-fundamentals-memorygame ga$ git status | |
| On branch master | |
| Your branch is up to date with 'origin/master'. | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git checkout -- <file>..." to discard changes in working directory) | |
| modified: js/main.js | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| GAs-MacBook-Air:wdi-fundamentals-memorygame ga$ git add js/main.js | |
| GAs-MacBook-Air:wdi-fundamentals-memorygame ga$ git commit -m "installed Standard Javascript library, made edits based on its corrections/feedbacks. Now I feel like a REAL developer lol." | |
| [master ee15890] installed Standard Javascript library, made edits based on its corrections/feedbacks. Now I feel like a REAL developer lol. | |
| 1 file changed, 8 insertions(+), 9 deletions(-) | |
| GAs-MacBook-Air:wdi-fundamentals-memorygame ga$ git push | |
| Counting objects: 4, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (3/3), done. | |
| Writing objects: 100% (4/4), 569 bytes | 569.00 KiB/s, done. | |
| Total 4 (delta 2), reused 0 (delta 0) | |
| remote: Resolving deltas: 100% (2/2), completed with 2 local objects. | |
| To https://github.com/tomatohammado/wdi-fundamentals-memorygame.git | |
| 18b54c9..ee15890 master -> master | |
| GAs-MacBook-Air:wdi-fundamentals-memorygame ga$ cd | |
| GAs-MacBook-Air:~ ga$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment