git add commit push 한번에

ims·2021년 1월 13일
0

Git

목록 보기
6/10

git alias 이용

https://devmjun.github.io/archive/commindLine_in_one

git config --global alias.acp '!f() { git add -A && git commit -m "$@" && git push; }; f'

나는 acp로 설정 ( add commit push )

profile
티스토리로 이사했습니다! https://imsfromseoul.tistory.com/ + https://camel-man-ims.tistory.com/

0개의 댓글