I've a project that I want to push to github, but I want to push it on the actual stage without any older commit. How can I do it?
Edit. I've created a separet branch for it, so I want to push this branch without any other commit from the other branchs. I'm doing this because I've added a late gitignore and now all files in the git ignore are being versioned and to the purpose of this branch/repository is to review the actual code of a few folders.