This sounds so simple, but I just can\'t figure it out. I made an experimental branch a while ago, and now I\'d like to pull in all the changes that happened on master since I m
If you are looking for a brand new pull from another branch like from local to master you can follow this.
git commit -m "Initial Commit" git add . git pull --rebase git_url git push origin master