This contains the projects for the Udacity course.
Use strong mode.
Setting up:
- Fork
https://github.com/flutter/udacity-course
into your own GitHub account git clone git@github.com:<your_name_here>/udacity-course.git
cd udacity-course
git remote add upstream git@github.com:flutter/udacity-course.git
Submitting changes:
git fetch upstream
git checkout upstream/master -b name_of_your_branch
- Make changes
git commit -a -m "<your informative commit message>"
git push origin name_of_your_branch
To send a pull request:
git pull-request
(if you are using Hub) or go to https://github.com/flutter/udacity-course and click the "Compare & pull request" button- Tag the relevant people and GitHub issue (if any)