Advertisement
Guest User

Untitled

a guest
May 24th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. E:\rabin\RABIN>git status
  2. On branch master
  3. Your branch is up-to-date with 'origin/master'.
  4.  
  5. Changes not staged for commit:
  6.   (use "git add <file>..." to update what will be committed)
  7.   (use "git checkout -- <file>..." to discard changes in working directory)
  8.  
  9.         modified:   file.png
  10.         modified:   src/LargePositiveInteger.java
  11.         modified:   src/Main.java
  12.  
  13. Untracked files:
  14.   (use "git add <file>..." to include in what will be committed)
  15.  
  16.         .classpath
  17.         .gitignore
  18.         .project
  19.         .settings/
  20.  
  21. no changes added to commit (use "git add" and/or "git commit -a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement