하루의 쉼터

[GitClient] Smart Git 설치 - Ubuntu 20.04 본문

프로그래밍/Git

[GitClient] Smart Git 설치 - Ubuntu 20.04

Changun An 2022. 10. 12. 10:32
반응형

SmartGit은 비상업용일 경우 무료.

1. 공식 홈페이지 접속

https://www.syntevo.com/smartgit/

 

SmartGit – Git Client for Windows, macOS, Linux

Interacting with popular platforms. SmartGit comes with special integrations for GitHub, Azure DevOps, BitBucket (as well BitBucket Server) and GitLab to create and resolve Pull Requests and Review Comments. Of course, you can use SmartGit like any other G

www.syntevo.com

2. Download 클릭

3. 파일 다운로드

* 여기서는 터미널로 설치하기때문에 오른쪽 클릭하여 링크 복사를 통하여 다운

wget [링크]

* smartgit-linux-version.tar.gz로 다운 완료

4. 압축 해제

tar -xvf [압축파일명]

* tar -xvf smartgit-linux-version.tar.gz

5. 폴더 이동

sudo mv smartgit /opt

6. 실행

sh /opt/smartgit/bin/smartgit.sh

7. 라이센스 체크 및 정보 제공

 

이후 next를 눌러 finish까지 가면 설치 완료.

반응형
Comments