I created a new branch.
After some modification I would like to push the branch to the server
git commit -m 'New branch'
13 files changed, 694 insertions(+), 36 deletions(-)
git push origin malix1.0
Everything up-to-date
Why it is everything up to date?
git branch
* (no branch)
malix1.0
Where am I making the mistakes?