gitcommands

How To Push Empty Git Commits

Sometimes, there might be instances when you have integrated your builds and you need to trigger a build without any changes in your code. Also, you need to trigger a build manually. The only way to trigger the build is through Git. You may trigger your build without making any modifications to the project by …

How To Push Empty Git Commits Read More »

Changing a Git Remote’s URL

Each Git repository can have zero or more Git remotes linked to it. When you clone a repository, the name of the remote is set automatically to origin and points to the repository that you cloned from. If you created the repository locally, you can add a new remote. The remote can point to a repository hosted on …

Changing a Git Remote’s URL Read More »