how to git merge branch A to B
#git commit
#git push // update A branch
#git branch
#git pull
#git checkout B// move to B branch
#git pull
#git merge A // merge A with B
#git push // update B branch
#git checkout A // move to A
'linux' 카테고리의 다른 글
dd 명령어에 대한 고찰 (0) | 2019.03.27 |
---|---|
RAID의 종류 (0) | 2019.03.04 |
find, grep , awk 자주쓰는 옵션 (0) | 2019.01.22 |
메모리 관리 방법 ( 주기적으로 cache 메모리를 반환) (0) | 2018.11.29 |
linux cross-compile for arm libpng libz (크로스컴파일 가이드) (0) | 2018.10.30 |