At the bottom of this section we say to use git push --tags origin master. However, everywhere else on the contribute site, we say to fork the repo, clone the fork which will be origin and add the main jquery repo as upstream. I'm proposing to replace git push --tags origin master to git push --tags upstream master. Any comments or objections?
At the bottom of this section we say to use
git push --tags origin master. However, everywhere else on the contribute site, we say to fork the repo, clone the fork which will be origin and add the main jquery repo as upstream. I'm proposing to replacegit push --tags origin mastertogit push --tags upstream master. Any comments or objections?