소스 검색

Update git alias to remove co alias

master
10sr 5 년 전
부모
커밋
6c25e9b281
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile 파일 보기

@@ -315,8 +315,8 @@ endif
$(git_conf) alias.ci "commit --verbose --allow-empty"
# TODO: Try rebase --interactive --autosquash
$(git_conf) alias.cf "commit --verbose --fixup=HEAD -m WIP"
$(git_conf) alias.co "switch"
$(git_conf) alias.sw "switch"
$(git_conf) alias.co "! echo alias co is removed, use sc and re instead; exit 1"
$(git_conf) alias.sc "switch"
$(git_conf) alias.re "restore"
$(git_conf) alias.cim "commit --verbose -m"
$(git_conf) alias.di "diff --color"


불러오는 중...
취소
저장