How to remove node_modules Create a .gitignore file Check for an existing .gitignore file in the project directory ls -a
From - https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches git checkout -b [name_of_your_new_branch] Push the branch on github : git push origin [name_of_your_new_branch] When you want to commit something in your branch, be sure to be in your branch.