Tag: git

Shape Image One
git

How to Configure and Save Username and Password (Credentials) for Git?

How to save username and password for git? Command to configure git credentials.

git

How to Push an Empty Git Commit?

How to Push an Empty Git Commit? Git command to create empty commit without any code changes and trigger build.

DevOps

19 FREE Certification Courses for DevOps & Cloud

FREE Certification Courses for DevOps technologies like Git, Docker, Kubernetes, Cloud computing, AWS, Azure, Google Cloud, Jenkins, Puppet, etc.

git

How to use Git and GitHub in Ubuntu [Installation, Configuration]

How to use Git in Ubuntu? Simple steps and commands to install and configure Git on Linux.

git

Remove Files from Git Commit using Reset Command

How to remove files from git commit? Simple git reset command.

git

[Solved] remote: Password authentication is temporarily disabled as part of a brownout.

Git remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.

DevOps

What is GitOps | Advantages over DevOps

What is GitOps? GitOps vs DevOps – Difference between two. Advantages and principles.

git

How to Revert Git Commit already Pushed to Remote Repo?

Command to revert git commit that has already pushed to the remote repository? How to undo commit command line in Git?

git

How to Merge Local Branch with Master without Missing Your Changes?

How to merge local branch with master without missing changes? Update master branch and push working branch.