pull
# git pull branch
git pull origin {branch name}
# git reset
git reset -hard
오류 1 )) Not possible to fast-forward, aborting.
#해결방법
git pull origin master --rebase #master branch인 경우
728x90
'형상관리 > git' 카테고리의 다른 글
result command after using command by $git remote --help (2) | 2023.12.21 |
---|---|
git [ERROR] - Could not read from remote repository. (0) | 2022.07.28 |
git push [create branch, commit, checkout] (0) | 2022.07.11 |
git pull and log _ git 가져오기 및 이력확인 (0) | 2022.07.05 |
git config 관리 (0) | 2022.07.05 |