Which is the first step in a typical Git workflow?
Git Workflow Explained — A Step-by-Step GuideStep 1: Set up a Github Organization.Step 2: Fork Organization Repository to Your Personal GitHub.Step 3: Clone the Repository to Your Local Machine.Step 4: Create a Branch for your Working Files.Step 5: Set Remote Repository to the GitHub Organization.St...