Git is a version control system similar to subversion. It is primarily used for source code management in software development. It can be used to keep track of changes in any set of files. With Git, users can track changes to files over time, revert back to earlier versions of the files, and collaborate with […]
GitHub
Jenkins Integration – Terraform IaC Pipeline Setup
How to integrate Terraform IaC (Infrastructure as Code) into Jenkins? Cloud infrastructure offers great agility and flexibility but you need the right toolsets to manage the power of public cloud platforms. To operate in the public cloud efficiently, You need to treat infrastructure as code (IaC). IaC eliminates the manual interaction required to configure Cloud […]
git – SCM on Windows – Install and Configure
Git repositories can be managed using git-bash on windows operating systems. Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users will feel right at home, as the BASH emulation behaves just like the “git” command in LINUX environments. As Windows users commonly expect graphical user interfaces, Git […]
How to use Desktop GitHub Client – Clone and Update Codes
GitHub is a web-based version control platform to manage the codes. GitHub continuously offers many tools to manage the codes effectively. Desktop GitHub Client is one of the tools which can be used to manage the code from your laptop/desktop effectively. The desktop client can be installed with normal user privileges. You could also upload […]
Install and configure Git client on RHEL 7 /CentOS 7?
Install and configure Git client on RHEL 7 /CentOS 7? Git client is a very useful command-line utility to manage git repository from Linux. Git is the most popular distributed version control and source code management system. This article will walk you through how to install git on CentOS 7/ RHEL 7. It also walks […]
How to upload directories to GitHub / GitLab repository ?
How can I upload folders/directories to GitHub/GitLab repository? GitHub is a web-based version control platform to manage the codes. Git platform simplifies the process to collaborate with multiple people on projects. This article will walk you through the multiple methods of uploading the directories on existing git repositories. Upload Methods: Web-GUI Desktop GitHub Client Git […]





