

Sudo dnf install github-desktop -y How to get started with GitHub Desktop Install GitHub Desktop with one of the following commands (depending on the package manager you use): Sudo sh -c 'echo "deb any main" > /etc/apt//packagecloud-shiftkey-desktop.list'įor RHEL-based distributions (such as Fedora, AlmaLinux, and Rocky Linux), the steps are:Īdd the necessary repository information:

Next, create a new repository entry with the command: Wget -qO - | sudo tee /etc/apt//shiftkey-desktop.asc > /dev/null Here they are for Debian and Ubuntu-based distributions.įirst, add the necessary GPG key with the command: For Linux, it requires a few extra steps.
#Github desktop versions windows
Installing the tool on macOS and Windows is as simple as downloading and running the installer for either Windows or macOS. I’m going to demonstrate installing GitHub Desktop on Pop!_OS Linux. You’ll also need either a GitHub or a GitHub Enterprise account. To install on Linux, you’ll need an account with sudo privileges. It can also be easily installed on macOS or Windows. I’ll be demonstrating the installation with Pop!_OS Linux, but the app can be installed on just about any Debian-based, RHEL-based, or SUSE-based Linux distribution. Let’s get GitHub Desktop installed and connect it with your GitHub account. So, if you’re looking for a way to start your GitHub journey, this is the tool you need. When you go to open a pull request, it will open your default browser to the pull request action in your GitHub repository. The one thing GitHub Desktop cannot do (within the app itself) is open pull requests. GitHub Desktop features a simple workflow that anyone can follow, a very simple (and helpful) onboarding wizard, syntax highlighting when viewing diffs for several languages, extensive editor features and shell integrations, expanded image diff support, and much more. GitHub Desktop is available for Linux, macOS, and Windows and makes it easy to: If that sounds like you, then GitHub Desktop might be the ideal solution to have you up and running with a seamless Git workflow in no time. SEE: The best programming languages to learn–and the worst (TechRepublic Premium) Or you simply don’t have time to learn the ins and outs of the Git command line tools. You might have come from a very GUI-centric platform, where everything was point-and-click. But if you’re new to the world of Git, you might find using the command line a bit inefficient.

With Git, you can contribute to and collaborate on projects of any type and size. Git is hands down, the most widely-used version control system on the planet. Master Linux and Docker before the next Linux adoption boomĬhecklist: Essential support sites for Linux admins Why your open-source project definitely should not be the next Kubernetes The future of Linux: Fedora project leader Matthew Miller weighs in Image: iStock Open source: Must-read coverage If you need to work with GitHub, but don't have time to get up to speed with the git command line, Jack Wallen believes the GitHub Desktop app is the perfect tool for the job. How to get started with GitHub Desktop for a seamless Git workflow
