SAGARFIVE

Category: 8. Github Advanced

8.7 Git origin

Creating remote origin : git remote add origin <repository url> git remote add origin https://github.com/sagarfive/nature-website We can also use other names for repository shortname git

Read More »

8.6 Git Remote

Check remote repository git remote   Check remote repository URL git remote -v Adding remote repository git remote add <short name><remote URL>git remote add origin-git

Read More »

8.3 Github Market Place

GitHub Marketplace contains tools that add functionality and improve your workflow. You can discover, browse, and install free and paid tools, including GitHub Apps, OAuth

Read More »

8.2 Github Webhook

Example : Github webhook-BuildTrigger-Integration-with-jenkins (i) We can trigger jenkins buildjob using below methods (ii) Its a jenkins build dashboard , we have to add the

Read More »

8.1 Git Pull Request

Example : Developer -1 : –> Changes Made on Feature-1 with commit-1, –> once the changes are verified by testing/checking it, –> we merge the

Read More »