#github
Read more stories on Hashnode
Articles with this tag
In today’s fast-paced software development landscape, version control systems (VCS) are essential tools for managing code changes and collaborating...
Prerequisites : Choose a Linux distribution (e.g., Ubuntu 22.04 LTS) for your EC2 instances. Need two EC2 instances (one for Jenkins and Maven,...
Git Commands : Set global user name git config -global user.name "user name" Set global user email git config --global user.email "email" Initialize...