0% found this document useful (0 votes)
33 views6 pages

Git Branching and Merging Assignment

The assignment outlines a series of tasks involving Git branching and merging. It includes creating branches, staging and committing files, merging changes into the master branch, and updating branches with the latest code. The final step involves ensuring all branches reflect the updated code from the master branch.

Uploaded by

Battini Yogesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views6 pages

Git Branching and Merging Assignment

The assignment outlines a series of tasks involving Git branching and merging. It includes creating branches, staging and committing files, merging changes into the master branch, and updating branches with the latest code. The final step involves ensuring all branches reflect the updated code from the master branch.

Uploaded by

Battini Yogesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assignment – 4

1. Put [Link] on master branch, stage and commit


2. Create 3 branches: public 1, public 2 and private
3. Put [Link] on public 1 branch, stage and commit

4. Merge public 1 on master branch


5. Merge public 2 on master branch

6. Edit [Link] on private branch, stage and commit

7. Now update branch public 1 and public 2 with new master code in private
8. Also update new master code on master
9. Finally update all the code on the private branch

You might also like