Home - Yash-777/SeleniumDriverAutomation GitHub Wiki
Wiki Help
Repositories wiki content OFF | ON: Select Repository name « Settings « Options « Under Features, (unselect | select) Wiki.
OFF - Un ckeck the check box
ON - Check the check bok
GitHub Wikis
AboutGitHub Wikis are a place in your repository where you can share long-form content about your project, such as how to use it, how it's been designed, manifestos on its core principles, and so on. (OR) You can write some data to share among people who uses GIT Hub.
Delete forked Repository from GitHub:
Select the Repository which you want to delete « Click on Settings « Delete this repository « Enter RepositoryName and click on Delete Button.
For more information see this Stack-Overflow Post.
-
A
fork
is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Creating a “fork” is producing a personal copy of someone else's project. Forks act as a sort of bridge between the original repository and your personal copy. it only allows clone on the server side. -
A
repository
is simply a place where the history of your work is stored. It often lives in a .gitsubdirectory -
If you want the changes you added to your forked repository to be applied to original repository then you have to create a
pull request
which you can do through UI. Then if they like your contribution, they will merge that with their code.