Thanks for helping us with this project! We're looking to get 2 durations from you:
- Duration of making a commit in the CLI
- Duration of making a commit in GitKraken
- Clone this repo to your local machine (it's okay to use GK)
- Have a text editor handy (VS Code, Atom, Notepad++ etc)
- Locate the stopwatch feature on your phone or any other app
Please follow these prep step instructions, but make sure you have forked and cloned the repo.
- Checkout the 'feature' branch
- Edit lines 45 and 46 of the index.html
- Fix typo in line 1 of mkdocs.yml so it says GitKraken Documentation
- Answer prompt on music.md file
- Edit line 3 of the reset.css file and change license from none to MIT
- Change line 6 of ukdocs.yml from UNIX to index
- Answer prompt on movie.md file
- Start your timer
- In the CLI, use the cd command to change directory to where your repo is located. For example, I used
cd ~/Sites/Commit-Time-Test
- Stage changes from index.html, mkdocs.yml, and music.md using
git add
command - Commit changes using
git commit
command. Commit message: "Personalized bio and fixed typo" Commit description: "Updated the name and bio in the index.html file, shared a favorite song, and changed GitCrack to GitKraken. - Stop timer and write down duration.
- Start your timer
- In GitKraken, open the repo and stage changes from reset.css, ukdocs.yml, and movie.md using Commit Panel
- Commit changes with the following mesage and descrition. Commit message: "Updated license type and fixed typo" Commit description: "Updated the license type in the reset.css file, shared a favorite movie, and changed UNIX to index.
- Stop timer and write down duration.
That's it! Please submit your durations AND operating system to Jonathan over Slack. Thanks so much for your help.