I have a local git repository. I commit a change using git commit -a and it updates the local repository. So far so good. 
I would like it so when I do this it also automatically pushes to my remote repository on Bitbucket. How do I do this?
I have a local git repository. I commit a change using git commit -a and it updates the local repository. So far so good. 
I would like it so when I do this it also automatically pushes to my remote repository on Bitbucket. How do I do this?
