New version of GitHub client upload folder tutorial notes

New version of GitHub client upload folder tutorial notes

Foreword:

I believe that many people, like me, use GitHub to upload their own code, and do not want to learn fancy command line operations or version update management. Simple web uploads can only upload batch files in the same folder, but cannot iteratively upload folders in a folder together. Therefore, we still have to find a way to deal with this complex demand.

The solution is not Mr. Liao Xuefeng's complicated tutorial: https://www.liaoxuefeng.com/wiki/896043488029600

The way is to expect that after Microsoft acquires GitHub, it will support some humanized operations. After all, Microsoft is still very good at making complex computer operations foolish.

So I want to download the official client directly:
Client download address: GitHubDesktopSetup-x64.exe

Upload folder steps:

  1. Install the above client.
  2. Log in to your GitHub account, if you have Google, it will jump to your Google browser, just log in to your account.
  3. Choose your target repository, whether it's a new one you created or an existing one.
  4. Select the local warehouse address:
    insert image description here
  5. After the interface is created:
    insert image description here
  6. Return to the local path, copy the existing files and folders directly to the local path.
    insert image description here
  7. Go back to the client interface and see that the left column has changed:
    insert image description here
  8. If the commit button below is not lit, it is recommended to enter a description and submit it.

insert image description here

  1. Finally, publish it again:
    insert image description here
  2. Finally, I went to GitHub to have a look, and it was released:
    insert image description here

Guess you like

Origin blog.csdn.net/hehedadaq/article/details/123663146