Skip to content

Challenge 3

ViPuL edited this page Nov 3, 2019 · 4 revisions

Challenge 3

  • Fetch the branches art, art1 and art2
  • Switch to branch art
  • Copy the commit edit1 from branch art1 to branch art
  • Copy the commit edit2 from branch art2 to branch art
  • Once you complete the above steps, zoom out the file art.txt in your editor to 50% for a surprise.
  • Send a PR. Add a screenshot of the previous step in the PR.

Hint

You may use git cherry-pick for this purpose

Clone this wiki locally