shaifali

git rm pathspec

Oct 10th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. aaa@ubuntu:/opt/stack/horizon$ git status
  2. On branch #1375820
  3. Untracked files:
  4. (use "git add <file>..." to include in what will be committed)
  5.  
  6. openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~
  7. openstack_dashboard/static/dashboard/scss/horizon.scss~
  8.  
  9. nothing added to commit but untracked files present (use "git add" to track)
  10. aaa@ubuntu:/opt/stack/horizon$ git rm openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~
  11. fatal: pathspec 'openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~' did not match any files
  12. aaa@ubuntu:/opt/stack/horizon$
  13. aaa@ubuntu:/opt/stack/horizon$
  14. aaa@ubuntu:/opt/stack/horizon$
  15. aaa@ubuntu:/opt/stack/horizon$
  16. aaa@ubuntu:/opt/stack/horizon$
  17. aaa@ubuntu:/opt/stack/horizon$
  18. aaa@ubuntu:/opt/stack/horizon$
  19. aaa@ubuntu:/opt/stack/horizon$
  20. aaa@ubuntu:/opt/stack/horizon$ git rm openstack_dashboard/static/dashboard/scss/horizon.scss~
  21. fatal: pathspec 'openstack_dashboard/static/dashboard/scss/horizon.scss~' did not match any files
  22. aaa@ubuntu:/opt/stack/horizon$
Advertisement
Add Comment
Please, Sign In to add comment