Git - Pull Flashcards
1
Q
Fetch the remote’s copy of current branch and rebases it into the local copy. Uses git rebase instead of merge to integrate the branches.
A
git pull —rebase
Git > Git - Pull > Flashcards
Fetch the remote’s copy of current branch and rebases it into the local copy. Uses git rebase instead of merge to integrate the branches.
git pull —rebase