GitHub Desktop version is a free git app that you can use to do things. Typescript is used to make it work. GitHub is where the source codes are kept, and it can be installed and used on many different operating systems.
Brendan Forster made GitHub Desktop for people who use Linux. If you run AppImage and install it on the Linux operating system, you can use this app. This tutorial will guide you on how to set up the GitHub Desktop on Linux.
Table of Content
Things You Should Know About GitHub Desktop for Linux
GitHub for Linux is an excellent way to collaborate on your projects. Some of the many things you can do with GitHub Desktop are as follows:
- Distinguish the modified images.
- View CI statuses and pull requests by checking out branches.
- Add co-authors to your commit as soon as possible.
- Add changes to our commit interactively.
- How to Download GitHub Desktop
To get GitHub Desktop from the given URL, open the terminal and type the following command:
$ sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
- When the download is done, the following will be shown.
- Click the “Show Applications” icon on the left side of the desktop and type “Github” into the search bar.
- If the user clicks on the “downloaded” option on the “github-desktop,” the following dialog box will show up.
- To start the installation process, click the “Install” button and type in the root password.
How to Create an Account on GitHub Desktop
After the installation is done, the following button and information will be in the dialog box. GitHub Desktop 2.6.3 is now installed.
- Click the “Remove” button if you want to get rid of the app.
- Next, click the “Show Applications” button again and type “GitHub” into the search bar.
- If the GitHub Desktop app is installed correctly, the “GitHub Desktop” icon will show up on your desktop. If you click on the icon, the app will open.
- When the app is opened for the first time, the following dialog box will show up.
- If you have a GitHub.com account, click “Sign in to GitHub.com,” and if you have a GitHub Enterprise account, click “Sign in to GitHub Enterprise.”
- Click on “Create your free account” if you are a new user and want to make an account.
- Click the “skip the step” link if you don’t want to log in or create an account.
- The next part of this tutorial shows how to use GitHub Desktop to set up a git account and access it.
- If you click on the link that says “Create your free account,” the page below will show up in your browser.
- After you fill out the following form with the correct information, click the “Create account” button.
How to Authorize Your GitHub Account
After making an account, the next page will show up. For authorization, this section describes four parts of an application.
- The first feature is “The GitHub Desktop Development App by Desktop,” which lets you use the GitHub Desktop app to log in to your GitHub account from Linux Desktop. “Repositories” is the second part.
- Users of GitHub use repositories to store the work they’ve made on the site. The repositories can be open or closed to the public.
- If a GitHub user wants to share his or her project with other people, he or she will put the finished work in a public repository.
- If a GitHub user wants to create a repository for personal use only, the work will be stored in a private repository that no one else can access.
- The third feature is called “Personal user data,” and GitHub Desktop can get to all of it.
- The fourth feature is called “Workflow.”
- When a file is changed locally in the workflow, it will be updated on GitHub.
- If you click the “Authorize desktop” button, these four features will be turned on for your GitHub account, and you can use them with GitHub Desktop.
- If you click on the “Authorize desktop” button, the following window will pop up. It is asking for permission to open the x-github-desktop-dev-auth link on github.com.
- Choose the GitHub Desktop application by clicking the “Choose Application” button.
- Click on the “Open Link” button next to the “GitHub Desktop” app.
- Now, if you open the GitHub Desktop app you just installed, you will see the following form to set up Git.
- Here will be the GitHub account’s username and the email address that was set when the account was made.
- Click the “Continue” button to set up Git so that the GitHub user’s commits can be found.
How to Finish GitHub Desktop Installation
If everything is set up correctly for the GitHub desktop, the following information will show up. To finish setting up, click the “Finish” button.
If GitHub Desktop is properly installed and set up on Ubuntu, the following option will show up. Here, we’ve talked about how to make four different kinds of repositories.
- The “Create a tutorial repository…” option is used to make a tutorial repository on the local machine that can be shared on the GitHub account.
- With the “Clone a repository from the internet…” option, you can copy a repository from your GitHub account, your GitHub Enterprise account, or a URL.
- With the “Create a New Repository on your hard drive…” option, you can make a new repository on your own hard drive.
- With the “Add an Existing Repository from your hard drive…” option, you can add any repository you’ve already made from your hard drive.
- For cloning a repository from a GitHub account, you can use the “Filter your repositories” search box to find it.
- If the GitHub account hasn’t published any repositories, the repository list will be empty.
- After publishing a repository in your GitHub account, you have to click the refresh link to see a list of the most recently published repositories.
- At the top of the application, the window is a menu bar that lets you do different tasks related to the repository.
Tips
After finishing the installation, you can do a variety of things on GitHub. Here are some things you can start doing.
- The repository can be found using the GitHub search box, i.e., “Filter your repositories” to clone the repository.
- If no repository is released in the GitHub account, the repository list will be empty.
- After releasing any repository within your GitHub account, you must click the refresh link to see the list of recently released repositories.
- A menu bar at the top of the application window allows you to perform various repository-related functions.