https://www.theserverside.com/video/How-to-create-a-local-repository-with-the-git-init-command
Only the git init command has the power to create a new Git repository. This simple version control tutorial shows you how to use the git init command.
usegitinitcommandtheserverside
https://ricostacruz.com/posts/github-always-ssh
I can use HTTPS and SSH URL's for GitHub repos, thanks to insteadOf
forcegitusessh
https://www.theserverside.com/video/How-to-use-the-git-remote-add-origin-command-to-push-remotely
This tutorial explains how to use the git remote add origin command to connect a local project or repository to a service like GitHub, GitLab or Bitbucket.
usegitremoteaddorigin
https://docs.upsun.com/development/submodules.html
Upsun is a Cloud Application Platform built especially for continuous deployment. It allows you to host web applications on the cloud while making your...
use gitupsundocs
https://www.theserverside.com/video/Tips-and-tricks-on-how-to-use-Jenkins-Git-Plugin
Jenkins and Git are like two peas in a pod, and it's Jenkins Git Plugin that makes the integration of the two possible. Here, we take a look at five neat...
usejenkinsgitplugintips