Git remote branch creation

easiest remote Git branch creation

I use git simply to synchronize stuff for personnal projects. Therefore, when I create a local branch I want most of time this branch to be created remotely.

Here is the script I use to achieve that:

Of course, I suppose origin is already configured.

Edit: Now I use git push -u