Advertisement
Guest User

VS code error

a guest
Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ code
  2. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ code git_test
  3. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ code git_test/README.md
  4. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ git status
  5. On branch master
  6. Your branch is based on 'origin/master', but the upstream is gone.
  7. (use "git branch --unset-upstream" to fixup)
  8.  
  9. Untracked files:
  10. (use "git add <file>..." to include in what will be committed)
  11.  
  12. git_test/
  13. hello_world.txt
  14.  
  15. nothing added to commit but untracked files present (use "git add" to track)
  16. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ code
  17. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ ls
  18. git_test hello_world.txt README.md
  19. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ rm -r git_test
  20. ezmyrian@ezmyrian-VirtualBox:~/TOP_Projects/git_test$ ls
  21. hello_world.txt README.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement