Jam's story

[Git] add commit pull push 순서 본문

아무거나메모장(ꔷ̥̑.̮ꔷ̥̑)

[Git] add commit pull push 순서

애플쩀 2022. 6. 28. 15:12

local 저장소에 변경사항이 있을 경우 ( push 하기 전 )
add
commit
pull
push
local 저장소에 변경사항이 없을 경우 ( push 후 밥먹고왔을때)
pull (먼저 하자)
add
commit
push

'아무거나메모장(ꔷ̥̑.̮ꔷ̥̑)' 카테고리의 다른 글

dd  (0) 2022.07.12
  (0) 2022.07.08
[깃 오류 ]your local changes to the following fi[]les would be overwritten by merge:  (0) 2022.06.28
기술면접  (0) 2022.06.13
Comments