Play with GitHub Desktop for testers.
No need to remember git commands!
- Sign up for github account and register yourself.
- Create a test repository on the website and add readme.md file.
- Start installing GitHubDesktopSetup-x64.exe from the Github website and authorize it to use your github account so that it has access to it.
3. Follow rest of the steps in the install wizard and you should see the dashboard with the repository as below.
4. Select your test repository you created earlier and then click on the Clone button at the bottom after selecting the repo.
5. Now open the repository file and make some changes in Visual Code or any preferred editor.
6. You will automatically see the software detect the changes similar to below image.
7. Click on the “Commit to master” button.
8. Now click on button “Push Origin”. Job done!
9. You have done your first commit and push via Github Desktop!
Learn further Github Desktop!