Git not pushing all files and folders
Use git add *
to add all files in a directory.
You also need to make sure you run git commit -m "your commit message"
before you push
Use git add *
to add all files in a directory.
You also need to make sure you run git commit -m "your commit message"
before you push