Hi I am new on ruby on rails, I am creating an app with the ruby on rails version 3. I am having trouble, I have a lot of files to add. I type command git status
and the following comes up , then I typed git add .
and nothing happens. What am I missing?
$ git status
On branch master Untracked files: (use "git add ..." to include in what will be committed)
.CFUserTextEncoding
.DS_Store
.bash_history
.bash_profile
.bash_sessions/
.bashrc
.bundle/
.cache/
.config/
.gem/
.gitconfig
.heroku/
.local/
.mkshrc
.mplayer/
.netrc
.node-gyp/
.npm/
.oracle_jre_usage/
.profile
.rvm/
.ssh/
.subversion/
.viminfo
.zlogin
.zshrc
Applications/
Desktop/
Documents/
Downloads/
FrostWire/
Library/
Movies/
Music/
Pictures/
Public/
RubymineProjects/
homebrew/
keys.txt
workspace/
check list of remotes using
Install git-cola UI use for stage/unstage and commit files easily. You can also easily see the changes made in files.
In ubuntu:
Move to your app directory and write command
It will display all changes in file. Stage it and commit it.