Git - Remote Repositories
What will happen after running:
assuming
git push -u origin new-feature
assuming
new-feature is a new local branch?git push -u origin new-feature
new-feature is a new local branch?-u flag sets the upstream (tracking) branch after pushing.new-feature to remote and sets local branch to track origin/new-feature.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions