Kinh Nghiệm Hướng dẫn Github desktop shiftkey -Thủ Thuật Mới Mới Nhất

Quý khách đang tìm kiếm từ khóa Github desktop shiftkey -Thủ Thuật Mới được Update vào lúc : 2022-02-03 16:21:00 . Với phương châm chia sẻ Bí kíp Hướng dẫn trong nội dung bài viết một cách Chi Tiết 2022. Nếu sau khi Read tài liệu vẫn ko hiểu thì hoàn toàn có thể lại phản hồi ở cuối bài để Tác giả lý giải và hướng dẫn lại nha.

You đang tìm kiếm từ khóa Github desktop shiftkey được Cập Nhật vào lúc : 2022-02-03 16:21:05 . Với phương châm chia sẻ Bí quyết Hướng dẫn trong nội dung nội dung bài viết một cách Chi Tiết 2022. Nếu sau khi Read Post vẫn ko hiểu thì hoàn toàn hoàn toàn có thể lại Comments ở cuối bài để Tác giả lý giải và hướng dẫn lại nha.

Account Information

TechRepublic close modal

Share with Your Friends

How to get started with GitHub Desktop for a seamless Git workflow

Nội dung chính

    Account Information
    Share with Your Friends
    How to get started with GitHub Desktop for a seamless Git workflow
    More about Developer
    What youll need
    How to install GitHub Desktop
    How to get started with GitHub Desktop

    Your email has been sent

by in Developer on October 14, 2022, 6:40 AM PDT

How to get started with GitHub Desktop for a seamless Git workflow

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.

Image: iStock

More about Developer

    Log4j vulnerability: Why your hot take on it is wrong
    Open source year in review: 2022
    Android in 2022 year in review: The highs and the lows
    Linux turns 30: Celebrating the open source operating system (không lấy phí PDF)

Git is hands down, the most widely-used version control system on the planet. With Git, you can contribute to and collaborate on projects of any type and size. But if youre new to the world of Git, you might find using the command line a bit inefficient. You might have come from a very GUI-centric platform, where everything was point-and-click. Or you simply dont have time to learn the ins and outs of the Git command line tools.

SEE:The best programming languages to learnand the worst(TechRepublic Premium)

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.

GitHub Desktop is available for Linux, macOS, and Windows and makes it easy to:

    Attribute commits
    Checkout branches
    View all open pull requests
    Create or clone repositories
    Upload local repositories

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 tư vấn, and much more. The one thing GitHub Desktop cannot do (within the app itself) is open pull requests. When you go to open a pull request, it will open your default browser to the pull request action in your GitHub repository.

So, if youre looking for a way to start your GitHub journey, this is the tool you need.

Lets get GitHub Desktop installed and connect it with your GitHub account.

What youll need

Ill 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. It can also be easily installed on macOS or Windows. To install on Linux, youll need an account with sudo privileges. Youll also need either a GitHub or a GitHub Enterprise account.

How to install GitHub Desktop

Im going to demonstrate installing GitHub Desktop on Pop!_OS Linux. Installing the tool on macOS and Windows is as simple as downloading and running the installer for either Windows or macOS. For Linux, it requires a few extra steps. Here they are for Debian and Ubuntu-based distributions.

First, add the necessary GPG key with the command:

wget -qO – ://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null

Next, create a new repository entry with the command:

sudo sh -c ‘echo “deb [arch=amd64] ://packagecloud.io/shiftkey/desktop/any/ any main” > /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list’

Update apt with:

sudo apt-get update

Finally, install GitHub desktop with:

sudo apt install github-desktop -y

For RHEL-based distributions (such as Fedora, AlmaLinux, and Rocky Linux), the steps are:

Install the GPG key:

sudo rpm –import ://packagecloud.io/shiftkey/desktop/gpgkey

Add the necessary repository information:

sudo sh -c ‘echo -e “[shiftkey]nname=GitHub Desktopnbaseurl=://packagecloud.io/shiftkey/desktop/el/7/$basearchnenabled=1ngpgcheck=0nrepo_gpgcheck=1ngpgkey=://packagecloud.io/shiftkey/desktop/gpgkey” > /etc/yum.repos.d/shiftkey-desktop.repo’

Install GitHub Desktop with one of the following commands (depending on the package manager you use):

sudo yum install github-desktop -y
sudo dnf install github-desktop -y

How to get started with GitHub Desktop

Upon successful installation, launch GitHub Desktop. The first window (Figure A) required you either sign into GitHub or GitHub Enterprise.

Figure A

Your first task is to sign in with your GitHub account.

Clicking either button will redirect you to your web browser. Make sure youre signed in to your GitHub account and then, when prompted, authorize the desktop app for use (Figure B).

Figure B

Authorizing GitHub Desktop for use with your GitHub account.

You will then be prompted to confirm access to the account. Once youve taken care of that, you will then need to allow the github site to open x-github-desktop-dev-auth link (Linux only). For this, all you should have to do is click Choose Application and then click Open Link (Figure C).

Figure C

Make sure to click the check box for Always use this application to open x-github-desktop-dev-auth link.

Once youve taken care of that, you should find yourself back the GitHub Desktop application (Figure D).

Figure D

GitHub Desktop is installed and ready for configuration.

Walk through the wizard until you land on the GitHub lets get started window (Figure E), where youll find a very well-designed introductory tutorial.

Figure E

The GitHub Lets Get Started window makes it very easy for you to get up to speed with the tool.

Click Create a tutorial repository and the app will open to the main window (Figure F). Follow the blue arrow prompts that walk you through installing a text editor (which probably wont be needed, as you should already have one), creating a new branch, editing a file, making a commit, publishing to GitHub, and opening a pull request. After youve stepped through that onboarding, you will be ready to start working with GitHub, via a very well-designed and user-friendly GUI.

Figure F

The GitHub Desktop repository tutorial is a great place to start for new users.

And thats how you get started with the GitHub Desktop application. For anyone who needs to work with GitHub, but doesnt want to giảm giá with the git command line, this is the tool you need. GitHub Desktop makes working with GitHub easy enough for any user of any skill level.

Subscribe to TechRepublics How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen.

Jack WallenPublished: October 14, 2022, 6:40 AM PDT Modified: October 14, 2022, 6:27 AM PDT See more Developer

Also See

    Microsoft is boosting its tư vấn for the Python programming ecosystem (TechRepublic)
    Coding interviews are terrible. Can we make them better? (TechRepublic)
    Listen to TechRepublic’s Dynamic Developer podcast (TechRepublic)
    How to become a developer: A cheat sheet (TechRepublic)
    5 programming languages application solutions developers should learn (không lấy phí PDF) (TechRepublic)
    A guide to The Open Source Index and GitHub projects checklist (TechRepublic Premium)
    Programming languages and developer career resources (TechRepublic on Flipboard)

Reply

5

0

Chia sẻ

Share Link Tải Github desktop shiftkey miễn phí

Bạn vừa Read Post Với Một số hướng dẫn một cách rõ ràng hơn về Clip Github desktop shiftkey tiên tiến và phát triển và tăng trưởng nhất Share Link Down Github desktop shiftkey miễn phí.

Hỏi đáp vướng mắc về Github desktop shiftkey

Nếu sau khi đọc nội dung nội dung bài viết Github desktop shiftkey vẫn chưa hiểu thì hoàn toàn hoàn toàn có thể lại Comment ở cuối bài để Tác giả lý giải và hướng dẫn lại nha

#Github #desktop #shiftkey

4148

Review Github desktop shiftkey -Thủ Thuật Mới ?

Bạn vừa Read Post Với Một số hướng dẫn một cách rõ ràng hơn về Video Github desktop shiftkey -Thủ Thuật Mới tiên tiến và phát triển nhất

Chia Sẻ Link Tải Github desktop shiftkey -Thủ Thuật Mới miễn phí

You đang tìm một số trong những Chia Sẻ Link Down Github desktop shiftkey -Thủ Thuật Mới Free.

Thảo Luận vướng mắc về Github desktop shiftkey -Thủ Thuật Mới

Nếu sau khi đọc nội dung bài viết Github desktop shiftkey -Thủ Thuật Mới vẫn chưa hiểu thì hoàn toàn có thể lại Comments ở cuối bài để Ad lý giải và hướng dẫn lại nha
#Github #desktop #shiftkey #Thủ #Thuật #Mới