Skip to content

Instantly share code, notes, and snippets.

@jacking75
Last active October 24, 2024 08:46
Show Gist options
  • Save jacking75/54208aea734d912ce28f4520e0964d43 to your computer and use it in GitHub Desktop.
Save jacking75/54208aea734d912ce28f4520e0964d43 to your computer and use it in GitHub Desktop.

설치하기

자주 사용하는 명령어

git clone /로컬/저장소/경로
git add <파일 이름>
git add *
git commit -m "이번 확정본에 대한 설명"
git push origin master
git pull
//git 충돌 날 때  http://jybaek.tistory.com/389
git stash
git pull
git stash pop

인증

학습


사용하기


관리 방식


tool

VSCode

Visual Studio

Gitlab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment