## create git branch
- git branch {branch_name}
## branch list check
- git branch
## change branch to {branch_name}
- git checkout {branch_name}
## commit all
- git commit --all '{command}'
## push all on commit list
- git push --all
728x90
'형상관리 > git' 카테고리의 다른 글
result command after using command by $git remote --help (2) | 2023.12.21 |
---|---|
git [ERROR] - Could not read from remote repository. (0) | 2022.07.28 |
git pull [reset, pull] (0) | 2022.07.12 |
git pull and log _ git 가져오기 및 이력확인 (0) | 2022.07.05 |
git config 관리 (0) | 2022.07.05 |