pull
$ git pull
pull is the same as fetch+merge, but it is probably better to do it in two step. First fetch and then try to merge.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ git pull
pull is the same as fetch+merge, but it is probably better to do it in two step. First fetch and then try to merge.