-
[git] 커밋 메세지 수정하기 git commit --amend/ git push -u origin +main[나노편집기(Linux파일 편집프로그램) 설명]코딩Coding/GitHub_GitLab관련 2021. 12. 3. 22:49728x90
+ 붙이면 강제 push됨.
git commit --amend git push -f (강제push) git push -u origin +main
8분부터 설명 나옴 git commit --amend
https://www.youtube.com/watch?v=cnhTPpvdYiM
nano나노 편집기 설명 나옴 2분부터~~
https://www.youtube.com/watch?v=JIQXgPEX5Bs
반응형'코딩Coding > GitHub_GitLab관련' 카테고리의 다른 글
GubHub 토큰 인증 로그인 : Personal Access Token 생성 및 사용방법 (0) 2021.12.22 Next Level GitHub Profile README (NEW) | How To Create An Amazing Profile ReadMe With GitHub Actions (0) 2021.12.15 Git 사용법 7강-생활코딩 (0) 2021.12.11 깃허브 프로필 꾸미기! (0) 2021.12.11 [Git] 원같은 파일 수정후 원격 저장소 Push 할 때 Merge Conflict 발생할 경우 해결하기 (0) 2021.12.02 [Git] 원격저장소에 푸시가 안될때 Updates were rejected because a pushed branch tip is behind (0) 2021.12.02 git log --graph --oneline (0) 2021.12.02 cmd에서 Visual Studio 실행 시키기 (0) 2021.11.29