Tutorial: Github Desktop
Last updated
Last updated
You can do version control easily with Github Desktop SW instead of using Git command lines
2. Install the software. It will ask you to log-in your github account
Go to github site and create a new repository
Create a public repository 'tutorialNM'. Check add 'README' file
Click 'Set up in Desktop'
Choose your local drive folder path to clone a repository. This is making a copy of the repository in your local server/drive.
You can check which files have been saved in your local drive by clicking 'Show in Explorer'
Try to add or modify documents in the repository
You will see the history of changes in Desktop GUI
In Desktop, create or copy a source file. Example: "tutorialNM.h"
Create a Branch. Lets call it as "NM-header-edit"
Now, Commit to the branch.
Publish your branch: Publishing to the remote (Github website) ** Ctrl+P
**
Pull Request to Propose the change
It will open a pull request in website. Click 'Create Pull Request'
If the modification is acceptable, then 'Merge pull request'. Then Confirm the merge.
Modify tutorialNM.h
in the local drive.
Commit the modification
Push Origin: Ctrl+P
Open Pull Request: Ctrl+R.
Confirm merge to the main branch if the change is acceptable.