Saturday, January 22, 2022

How to commit (and push) single folder (directory) to git?

git add directory_name
git commit -m 'Initial commit' -- directory_name
git push

 

No comments:

Post a Comment