Advertisement
GregLeblanc

Untitled

Nov 2nd, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. PS C:\Users\leblanc\work\phoebus-olog> git status
  2. On branch master
  3. Your branch is ahead of 'origin/master' by 1 commit.
  4. (use "git push" to publish your local commits)
  5.  
  6. Changes not staged for commit:
  7. (use "git add <file>..." to update what will be committed)
  8. (use "git restore <file>..." to discard changes in working directory)
  9. modified: .classpath
  10. modified: .gitignore
  11. modified: .project
  12. modified: .settings/org.eclipse.jdt.core.prefs
  13.  
  14. Untracked files:
  15. (use "git add <file>..." to include in what will be committed)
  16. src/site/sphinx/getting-started/installation.rst
  17.  
  18. no changes added to commit (use "git add" and/or "git commit -a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement