Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 226 Bytes

0007-01-01-Move-and-Stage.md

File metadata and controls

13 lines (11 loc) · 226 Bytes
chapter layout tags categories
Remove & Move
slide
rm-mv
slidecontent
$ git mv <FILENAME> <NEWFILENAME>

# Move with OS or tool,
mv <FILENAME> <NEWFILENAME>
# Then follow up with git add
git add -A .