COLLABORATIVE DEVELOPMENT
Link: Collaborative Development

- First things first, download the zipped folder for the challenge using
wget and then unzip the folder using the command unzip challenge.zip
- In the drop-in directory, there is a script, flag.py and its contents are;

- You can check the available branches using the command
git branch You’ll find that there are 3 branches available.

- You can switch to a particular branch using the
git switch command as shown below

- Now, print the contents of flag.py

- This is the first part of the flag and it means you should be able to find the other parts in the other branches. Copy this part and paste it and you’ll add the rest as you print them to the screen.
- Swutching to the second branch, you’ll find;

- And in the third branch, you’ll find;
