Disclaimer :

WARNING : Understand it now and practice regularly.

Exercise 1 :

Suppose you are working in a team of having 2 members, you got the assignment to write the following program :

Problem 1 : Check whether a number is Prime or not

Problem 2 : Check whether a string is palindrome or not.

Steps to Perform

  1. Member 1 will create a repository named git_practice_assignmnet and add Member 2 as Collaborator.
  2. Member 1 will work on Prime Problem and Palindrome problem [ will intentionally write the incorrect code ].
  3. After Completing, he/she will push the code in the repo on GitHub.
  4. Now, Member 1 asked for help from Member 2 .
  5. Member 2 cloned the repository to the local system.
  6. Now, Member 2 will create a new branch named code_fix and Member 2 will checkout to newly created branch.