There are several Git GUI Clients like SourceTree, GitHub Desktop, GitKraken, SmartGit, etc.
In this post, I will demonstrate how to download and use SourceTree.
To download, click this link.
Sourcetree | Free Git GUI for Mac and Windows (sourcetreeapp.com)
When you download, you need to have an account with Bitbucket. If you don't have one, create one to proceed.
After the registration, it will ask if you have an SSH key, since I don't have it yet, I will click No. If you have one to load, click yes.
Finally, you will see this Remote repositories window and the background icon.
To connect the local repository and the remote repository, we must clone.
When you merge the branches first and push, it will be easier.
'Git & GitHub' 카테고리의 다른 글
GitHub) GitHub with STS/ Eclipse (0) | 2022.11.05 |
---|