본문 바로가기

IT/Git

[git] git checkout 후 merge

git checkout master
------------------------------------------------------------------
Your branch is ahead of 'origin/master' by 14 commits.
  (use "git push" to publish your local commits)
------------------------------------------------------------------
git diff
git push
git merge ansimpass

'IT > Git' 카테고리의 다른 글

[git] 특정파일에 대한 추적 (ignore이 안먹히는 경우)  (0) 2021.10.13
[git] 작업 취소  (0) 2021.10.13
[gitlab] pre-receive hook declined 오류  (0) 2021.08.24
[git] 되돌리는 방법  (0) 2021.06.28
[git] 되돌리는 방법  (0) 2021.06.27