I was working on my Rails project which is checked into Git. I read tutorials and they said for everytime you start to change something, check out a branch.
However, accidently I made some changes but did not check out a branch.
What should I do now?
What commands can I run so that Git takes my new changes and push them on my repository.