[리눅스/윈도] git branch, checkout 응용 스크립트
작성일 : 2021. 9. 15. 사용법) 상위 디렉토리에서 전체 프로젝트에 대해 활성화된 로컬 브랜치를 확인하려고 할 때 [/mnt/d/backend]$ git_branch.sh repoPrj0 -> * dev repoPrj1 -> * newDev repoPrj2 -> * dev 프로젝트 디렉토리에서 로컬 브랜치 목록을 확인할 때 [/mnt/d/backend/repoPrj1]$ git_branch.sh dev * newDev oldWork 스크립트 소스) #!/bin/bash # Copyright [2021-2022] [한정훈 & papercraft.tistory.com & 종이와 쉼터] # # Licensed under the Apache License, Version 2.0 (the "License..
2023.05.06