Guest User

Untitled

a guest
Jul 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. jayadev$ git status
  2.  
  3. On branch working_branch
  4. Your branch is ahead of 'origin/working_branch' by 1 commit.
  5. (use "git push" to publish your local commits)
  6.  
  7. Changes not staged for commit:
  8. (use "git add <file>..." to update what will be committed)
  9. (use "git checkout -- <file>..." to discard changes in working directory)
  10.  
  11. modified: path/changes_done_01.py
  12.  
  13. Untracked files:
  14.  
  15. (use "git add <file>..." to include in what will be committed)
  16.  
  17. data/uf_01/
  18. data/scripts/clear_it.py
  19.  
  20. no changes added to commit (use "git add" and/or "git commit -a")
  21. jayadev$
Add Comment
Please, Sign In to add comment