1. Create a new directory on your local machine and open it in your terminal.
2. Initialize the directory as a Git repository by running the command `git init`.
3. Add your files to the repository by running the command `git add `.
4. Commit the changes to the repository by running the command `git commit -m “Initial commit”`.
5. Push the changes to the repository by running the command `git push origin master`.