I finished working on a static site using Bootstrap 4, but now to convert it to a WordPress theme I have to move it to htdocs (a different folder) a local folder for the local WordPress server.
The issue is that I have been pushing my code to GitHub using git bash from the start.
So what to do to keep tracking, committing & pushing my code to GitHub?
Any tutorials or commands with explanation are welcome?
P.S: I need to move a folder that contains many files.