Guest User

Untitled

a guest
Jun 27th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ git init .
  2. Initialized empty Git repository in /tmp/ikegami/a/.git/
  3.  
  4. $ touch File.txt
  5.  
  6. $ ls -1
  7. File.txt
  8.  
  9. $ git add File.txt
  10.  
  11. $ git mv File.txt file.txt
  12.  
  13. $ ls -1
  14. file.txt
Advertisement
Add Comment
Please, Sign In to add comment