소스 검색

git close-branch allow ff merge

pull/1/head
10sr 10 년 전
부모
커밋
bb95ca7bd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 파일 보기

@@ -141,7 +141,7 @@ setup_gitconf(){
# workflow
_git_open_branch="checkout -b"
_git_close_branch="!sh -cx 'git stash && \
git checkout master && git merge --no-ff -'"
git checkout master && git merge -'"
$_gc alias.open-branch "$_git_open_branch"
$_gc alias.close-branch "$_git_close_branch"
$_gc alias.o "$_git_open_branch"


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