Terminal

Plain text code posted by http://devcenter.heroku.com/articles/git
created at 03 Jul 11:27

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$ rails myapp
      create  
      create  app/controllers
      create  app/helpers
      create  app/models
...

$ cd myapp
$ git init
Initialized empty Git repository in .git/
$ git add .
$ git commit -m "my first commit"
Created initial commit 5df2d09: my first commit
 44 files changed, 8393 insertions(+), 0 deletions(-)
 create mode 100644 README
 create mode 100644 Rakefile
 create mode 100644 app/controllers/application.rb
...
454 Bytes in 3 ms with coderay