Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. git log displays
  2.  
  3. carlotavina (master #) reflections4 $ git log
  4. fatal: your current branch 'master' does not have any commits yet
  5.  
  6. git status
  7.  
  8. carlotavina (master #) reflections4 $ git status
  9. On branch master
  10.  
  11. No commits yet
  12.  
  13. Untracked files:
  14. (use "git add <file>..." to include in what will be committed)
  15.  
  16. lesson_1_reflections.txt
  17.  
  18. nothing added to commit but untracked files present (use "git add" to track)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement