did some changes, but after commiting when i try to push directly to my master branch from my new branch, it says everything is upto date...
why?
You probably rebased. Either push to a new branch, or, if you're sure that you don't need what's on the remote master, do git push --force origin (name):master
Обсуждают сегодня