Top 10 Github Question for daily work

1. What is Github?
2. What is Git?
3. What is Repository?
4. What is Branch?
5. What is Master?
6. What is commit?
7. What is Push?
8. What is Pull?
9. What is Fetch?
10. How we can perform new pull request?
11. How to connect github from visual studio?
1. What is Github?

Github is website where we can store our repository. that repository will be any specific language such as C, C++, Java , HTML , C# , etc
2. What is Git?

Git is a software where we can write cmd line. through this cmd line we can manage our application and store the data into github.
3. What is Repository?
Repository is type of folder where store our application or data file.


4. What is Branch?
Branch is a section where different developer work on that place and complete the task. its own branch. if developer name Anil the we can create branch name Anil and its based on master branch or any other branch.

5. What is Master?
Master is the main branch . which is created by default . when we connect our application to github repository . master branch worked during deployment.
6. What is commit?
Commit means when you changes in your application then you can write any thing and click on commit then that time changes in your application locally . if you want to changes on github then you click on push.

7. What is Push?
What you changes in your application locally but you want to changes on github repository then first of all commit and then click on push.

8. What is Pull?
Pull means something taken from anywhere but here pull means when any developer changes on github repository then that changes you want in your code then click on pull then you can see the changes in your code.
9. What is Fetch?
Fetch means when you want show how many changes are coming in our application then we can use fetch.

10. How we can perform new pull request?
Pull request means when you changes in your application during development that changes you want to review from master branch that is the main reason to raise the pull request.


11. How to connect github from visual studio?

Open team explorer and select git changes where we found two things first is create git repository and second on is clone repository select create git repository to create repository account select github and fill owner name and now click on create and push it and authorize it now you can see.





No comments:
Post a Comment