I want to know that if I only use git command :
git push
and if I use
git push origin master
then, what is the difference between them?
I am working on gitlab and i have developer access to the project I am working on. I am using windows command line.