블로그
- 질적연구도구 taguettet 설치와 python app설치를 위한 pipx, poetry설치 of this repository, which will allow you to easily change the sources to suit your needs: Clone this git repository from the terminal: git clone https://gitlab.com/remram44/taguette.git Navig.......
- How to fix (would clobber existing tag) Repo는 많은 git repository를 관리하고 개발 워크플로의 일부를 자동화하는데 도움이 됩니다. 그로 인해 git merge conflict, tag issue 등.......
- Cheat Sheet Git 로컬 태그 모두 제거 git tag -d $(git tag -l) 원격지 태그 모두 제거 git push origin --delete $(git tag -l) 원격지 태그 모두 페치 git fetch --all --prune 마지막 커밋을 다시 새로 커밋 git commit --amend --no-edit git push --force C++ 비트 플래그
- [git] tag 관련 tip -펌- < tag 찍는 방법 > $ git tag -a submissions/{submission-number} -m '{tag comment}' < tag 에 대한 SHA -1 값 보는 방법 > $ git show-ref submissions/1 < submissions/1 에서 submissions/2 tag 까지 git log 추려내기