How to Resolve Merge CONFLICT in Git

Dear Readers, In this article,we will see How to Resolve Merge CONFLICT in Git. Implementation Steps Create a new file “ktexperts-1” and put some content. Add and commit the file “ktexperts-1”. Switch to branch “Ktexperts-New-Branch”. Create a new file with same name “ktexperts-1”. Add and commit… Read More

Branching and Merging in Git

Dear Readers, In this article,we will see Branching and Merging in Git. Implementation Steps Create a new branch “ktexperts-New-Branch” from branch “master”. Verify files/commits in branch “ktexperts-New-Branch”. Make a new file in branch “master”. Adding file to Staging Area. Commit the file into Local Repository.… Read More

What is GItIgnore in Git?

Dear Readers, What is GItIgnore in Git? In this article,we will see Create new files and ignore specific file while commiting. Git Ignore A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected. Git can be… Read More

Git Workflow (Pushing and Pulling) (PART-2)

Git Workflow (Pushing and Pulling) (PART-2) In this article,we will see Push Commits from Central Repository add content to the file then push to Central Repository. Implementation Steps Create a new directory and Initialize as Git Local Repository. Connect your Local Repository to Central Repository (GitHub). Pull Commits… Read More

Introduction to Git

Dear Readers, In this article,we will see Brief Introduction on Git. Source Code Management SCM stands for Source Code Management is an integral part of any development project in the current IT world. Storage (Any code) Developers (Code) Testing Team (Test) DevOps (Scripts) Different people… Read More

Linux Basic Commands for DevOps (PART-2)

Dear Readers, In this article we will see Linux basic commands for DevOps(Part-2) Please check below article for part-1 Basic Linux Commands for DevOps (PART-1) Users and Groups Add a new user

To see the list of users

To see recently created users… Read More

Basic Linux Commands for DevOps (PART-1)

Dear Readers, In this article,we will see Basic Linux Commands for DevOps. First, we need to AWS Console page by using below link. https://aws.amazon.com/console/ Click on sign in to Console button. Logging to aws account Login using username & password and click on sign in. Enter to AWS Management Console… Read More