Guest User

Untitled

a guest
Apr 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $ mkdir b
  2. $ git mv * b/
  3. $ git commit # describe that contents have moved
  4. $ cd ..
  5. $ mv b/* .
  6. $ rmdir b
Add Comment
Please, Sign In to add comment