Skip to content

Instantly share code, notes, and snippets.

@mathie
Created May 6, 2016 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathie/370db0ebdef0da207507596722b76411 to your computer and use it in GitHub Desktop.
Save mathie/370db0ebdef0da207507596722b76411 to your computer and use it in GitHub Desktop.
> cd the-internet.io
> git init
Initialized empty Git repository in /Users/mathie/Development/Personal/the-internet.io/.git/
> git add .
> git commit -m 'middleman init the-internet.io' Personal/the-internet.io 2.3.1 master@ ●
[master (root-commit) f6a4d2c] middleman init the-internet.io
11 files changed, 756 insertions(+)
create mode 100644 .gitignore
create mode 100644 Gemfile
create mode 100644 Gemfile.lock
create mode 100644 config.rb
create mode 100644 config.ru
create mode 100644 source/images/middleman-logo.svg
create mode 100644 source/index.html.erb
create mode 100644 source/javascripts/all.js
create mode 100644 source/layouts/layout.erb
create mode 100644 source/stylesheets/_normalize.scss
create mode 100644 source/stylesheets/site.css.scss
> git create -h https://the-internet.io/ -d 'A Sneak Peek at The Internet' wossname/the-internet.io
Updating origin
created repository: wossname/the-internet.io
> git push -u origin master
Counting objects: 18, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (18/18), 6.63 KiB | 0 bytes/s, done.
Total 18 (delta 0), reused 0 (delta 0)
To git@github.com:wossname/the-internet.io.git
* [new branch] master -> master
Branch master set up to track remote branch master from origin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment