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
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
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
Tags make a point as a specific point in Git history. Tags are used to mark a commit stage as relevant. We can tag a
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
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
Example : Developer -1 : –> Changes Made on Feature-1 with commit-1, –> once the changes are verified by testing/checking it, –> we merge the