Skip to content

Latest commit

 

History

History
106 lines (70 loc) · 4.5 KB

HW0.md

File metadata and controls

106 lines (70 loc) · 4.5 KB

HW0

This homework will prepare you for basic setup in the course.

Basic course setup (20)

Slack+Moodle (10)

Properly setting up your Slack and Moodle profile by providing a picture will help the teaching staff learn your name. Upload a current headshot picture of you (not anyone else, not a cartoon picture of you, etc.) to your Moodle profile. For Slack, make sure you have your first and last name as part of your profile. Use US passport photo guidelines.

Github (10)

Sign into NCSU's GitHub.

  1. Create a private repo called HW0.
  2. Go to Settings, Collaborators and Teams, and add the TAs and instructor as a collaborator (using their unity id).

Learning Git (40)

Solve the first four levels in: http://pcottle.github.io/learnGitBranching/

example

  • Introduction Sequence (10%)
  • Ramping Up (10%)
  • Moving Work Around (10%)
  • A Mixed Bag (10%)

For extra credit, complete "Advanced Topics". (10%)

For submission, you only need to demonstrate completing the levels, which can be done taking a screenshot. However, you should keep track of your solutions to help you remember how to solve these types of issues in the future, or recover if your progress gets lost.

Hooks (20)

Create a local git repository (using git init) in a new directory. Create a "post-commit" file in .git/hooks/. Inside the file, create a command that will open a web page immediately after a commit is performed to that repo.

Some hints:

In your solution, provide the content of "post-commit". Finally, take a screencast (20 points), or a gif recording of the process. See details below.

Submit

Submit a link to your github repo to here, containing the following:

  • Complete moodle and slack profiles by deadline (20).
  • Screenshot of completed git tutorial (40).
  • Hook script (20)
  • Screencast (20)

For your screenshot embed in the markdown file of your README.md. Include a link to your screencast video/gif.

Due Thursday, 8/24, midnight.

Screencast (20)

Screencasts/Demo Gifs Guidelines

Here are some guidelines and links for creating good screencasts. It is good to get ready now to learn how to create demo videos for your future project milestones and career.

A general guideline: Do whatever it would do if you were teaching someone how to do something. For example, you don’t have to show people you typing and creating the whole commit, but you might want to show the contents of the hook in a text editor, before doing a commit.

Software
Guidelines for both multimedia formats:
  • Keep the content simple - A regular software engineer without knowing anything about your tool should be able to follow you
Guidelines for screencasts (video)
  • Mention your name, unity ID and the tool/source code which you will be testing/demoing when you begin
  • Use a headset microphone for good quality audio recording.
  • Create a script and rehearse that script
Guidelines for making a screencast:
More advice

http://assets.techsmith.com/Docs/pdf-camtasiaStudio/Create_Engaging_Screencasts.pdf