|
pravinj
12 post(s)
|
I want to switch branch from master to pravin_sep13 but showing error -
$ git checkout pravin_sep13 error: You have local changes to ‘lib/tools/portfolio_manager_tool.rb’; cannot s witch branches.
GIT STATUS - $ git status
- On branch master
- Changed but not updated:
- (use “git add <file>...” to update what will be committed)
#
- modified: lib/breakout/staffing_alerter.rb
- modified: lib/tools/portfolio_manager_tool.rb
- modified: test/functional/spaces/documents_controller_test.rb
- modified: test/functional/spaces/tickets_controller_test.rb
- modified: test/unit/bk_util_test.rb
- modified: test/unit/staffing_alerter_test.rb
- modified: vendor/trac/templates/header.cs
- modified: vendor/trac/templates/ticket_notify_email.cs
#
- Untracked files:
- (use “git add <file>...” to include in what will be committed)
#
- app/views/spaces/documents/Copy of index.rhtml
- public/images/Thumbs.db
- public/images/admin/Thumbs.db
- public/images/blue/Thumbs.db
- public/images/clients/Thumbs.db
- public/images/icons/Thumbs.db
- public/images/li_hp/Thumbs.db
- public/images/lpage/Thumbs.db
- public/images/milestones/Thumbs.db
- public/images/tickets/Thumbs.db
- public/images/time/Thumbs.db
- public/images/tools/Thumbs.db
- public/images/tour/Copy of _chat.png
- public/images/tour/Copy of _milestone.png
- public/images/tour/Thumbs.db
- public/images/wiki/Thumbs.db
no changes added to commit (use “git add” and/or “git commit -a”)
|