Skip to content

Instantly share code, notes, and snippets.

@Falieson
Last active May 31, 2018 22:04
Show Gist options
  • Save Falieson/6cd67ca1db4ba4687f1f236d471e0124 to your computer and use it in GitHub Desktop.
Save Falieson/6cd67ca1db4ba4687f1f236d471e0124 to your computer and use it in GitHub Desktop.
S5. F05. Commit Progress (ARTICLE: TS-Module w/ Declarations (Part 1/4))
### TS-Module w/ Declarations (Part 1/4)
# http://TGRstack.com/#ts-module_articles_part-1
# Commit Progress (Section 5. Figure 04.)
###
falieson:./ts-module/$ git add .
falieson:./ts-module/$ git status
On branch mvp
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: .gitignore
new file: .npmignore
new file: .npmrc
new file: .nvmrc
new file: package.json
falieson:./ts-module/$ git commit -m "Create package.json w/ ts-node, typescript"
[0_mvp f8ba9e6] Create package.json w/ ts-node, typescript
5 files changed, 34 insertions(+)
create mode 100644 .npmignore
create mode 100644 .npmrc
create mode 100644 .nvmrc
create mode 100644 package.json
falieson:./ts-module/$ git checkout master
falieson:./ts-module/$ git merge mvp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment