Let's come to my problem .
what is the different between this 2 command , i am confused about that .
1. git pull origin master
2. git pull --rebase origin master
here what is the job of "--rebase" . Please let me clear !
Pull everything from the remote master in the local develop and merge it? Pull everything in the local master branch and merge it?