I have two files (index.html and style.css) in a directory called Bootcamp inside a folder (or directory) within Bootcamp called code-refactoring. I need to push index.html and style.css to GitHub so I'm assuming I first need to cp these two files into my GitHub repo directory before checking the GitHub repo directory git status.
How do I cp those two files from one directory to the other without having to use the mv command?