06 git GUI use

This section we look at the git graphical interface.

1, systems, software and prerequisite constraints

2, Procedure

2.1, download project

  • Right-click on Git GUI here
    Click Git GUI here
  • Click Clone Existing Repository
    Click Clone Existing Repository
    Click Clone

The download is complete the following screen:
Download the complete pop-up interface

Project folder as follows [This is a file created earlier authors, the reader see the actual situation]:
Project structure

2.2, upload the modified file

  • Modify README.md, such as additional line of text hhh
  • Click Rescan
  • Click Stage Changed
    Note: At this point click on the check mark in front of the README.md, you can go back to the previous state
    Submitted to the local repository
    Tip submitted to the local repository successful
    Click Push
    Click Continue Push
    Initial submission need to enter the account password
    You may have to enter a user name again
    You may have to enter your password again
    Upload successful
  • Testing, see the following page on github:
    README.md among more hhh

2.3, download remote warehouse code

  • Modify README.md on github page, add a line aaa
    More aaa
    点击Remote->Fetch from->origin
    Update to a local warehouse
    Into the working space
    Click "Merge"
    The combined success
    Check local files
    These are the complete code by git GUI to submit and update.

Guess you like

Origin www.cnblogs.com/alichengxuyuan/p/12612728.html