-
Git/업무중 간단한 명령어 모음Configuration Management/git 2022. 10. 7. 16:10
상태확인
$ git status
remote 확인??$ git branch -r
### branch change
$ git checkout feat_operation
### branch change
$ git checkout dev
### merge
$ git merge feat_operation
### git push
$ git push'Configuration Management > git' 카테고리의 다른 글
Git/gitignore 생성 - IOS, Swift, CocoaPods (0) 2023.02.16 Git/Sourcetree - 응용프로그램 예기치 않게 종료 (0) 2022.10.14 Git/Sourcetree - Permission Denied (0) 2022.10.14 Git/SSH keys 생성 및 등록 (0) 2022.10.04 Git/git 기본 (0) 2022.09.01