This sandbox repo and logbook are intended for use with the DfE Git Academy repository. As you work through the training materials from Git Academy, tick off the steps below (by replacing the " " with an "x" in the relevant brackets) to track your progress, e.g.
- I have read to this point in the instructions
- GitHub username: <github_username>
- Started Git Academy: 20XX-XX-XX
- Clone git-academy-sandbox
- Create a new branch in GitHub (<github_username>_main)
- Edit logbook to add x to completed tasks (including this one!)
- Stage (aka add) the logbook
- Committed the changes to the Git history
- Viewed the history for <github_username>_main
- Push changes to GitHub
- View the different branches available
- View the "code" for <github_username>_main
- View the history for <github_username>_main
- On GitHub, edit the logbook and make a commit to record these two tasks completed
- Pull the above changes to your local copy
- Create branch <github_username>_label<1/2>
- Create a pull request on GitHub between <github_username>_label1 and <github_username>_main
- Complete pull request
- Create a pull request on GitHub between <github_username>_label2 and <github_username>_main
- Investigate the merge conflict and fix it!