Go Back

Add folder to github repository

DevOps

About
Adding a folder to a GitHub repository is accomplished by placing files within the targeted local directory path, staging the assets via the terminal command `git add [folder_name]/`, executing a version control commit, and finally running `git push` to upload the directory tree to the remote repository.