shaifali

git status o/p

Oct 10th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. aaa@ubuntu:/opt/stack/horizon$ git branch
  2. * #1375820
  3. master
  4. aaa@ubuntu:/opt/stack/horizon$ git status
  5. On branch #1375820
  6. Changes not staged for commit:
  7. (use "git add <file>..." to update what will be committed)
  8. (use "git checkout -- <file>..." to discard changes in working directory)
  9.  
  10. modified: openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html
  11. modified: openstack_dashboard/static/dashboard/scss/horizon.scss
  12.  
  13. Untracked files:
  14. (use "git add <file>..." to include in what will be committed)
  15.  
  16. openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html~
  17. openstack_dashboard/static/dashboard/scss/horizon.scss~
  18.  
  19. no changes added to commit (use "git add" and/or "git commit -a")
  20. aaa@ubuntu:/opt/stack/horizon$
Advertisement
Add Comment
Please, Sign In to add comment