Search code examples
windowsgithubbranchpush

Github Windows: New branch created from command line not showing up on github.com


I created 2 new branches using the command line, and when I use the command 'git branch' I can see all of my branches in the window, but when I used the command 'git push' I get a message that says, "nothing to commit, working directory clean' and so I'm not seeing my new branches on github.com.

Can anyone shed some light?

Thanks! Robin


Solution

  • Have you tried git push origin my_new_branch?