깃 사용을 돕는 GUI,
설치법은
1. smartgit 홈페이지에서 직접 gz 파일을 다운받은 뒤
홈페이지: http://www.syntevo.com/smartgit/
- 압축을 풀어주고
$ tar -xzvf smartgit-linux-17_0_2.tar.gz
-bin/ 디렉토리의 sh 파일을 실행시킨다.
$sh smartgit/bin/smartgit.sh
2. 또는 sudo 명령어로 쉽게 설치할 수 있다.
$sudo add-apt-repository ppa:eugenesan/ppa
$sudo apt-get update
$sudo apt-get install smartgit
$smartgit
으로 실행하면 된다.
(설치 참조: http://hanmaruj.tistory.com/12)
처음 실행하면 여러가지 환경 설정을 거쳐서, 바로 사용 가능하다. 자세한 사용법은 차차 배워야겠다 (사실 사용 한하고 terminal 명령어를 사용하는 것이 좋겠지)
참고: http://forum.falinux.com/zbxe/index.php?document_srl=796038&mid=lecture_tip
'tools > git' 카테고리의 다른 글
Remove big file history in git (0) | 2018.04.24 |
---|---|
Git tracking file/direcotry 제거하기 (0) | 2018.03.19 |
Git branch, merge, checkout 명령어 모음 (0) | 2017.03.22 |
git commit시 vi 에러: there was a problem with the editor 'vi'. git (0) | 2017.03.18 |
GIT: github 사용하여 blog 작성하기- git 사용법, 명령어, git markdown (0) | 2017.03.10 |