Thanks to visit codestin.com
Credit goes to github.com

Skip to content

collinjackson/udacity-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This contains the projects for the Udacity course.

Style Guide

Use strong mode.

Contribution Guidelines

Setting up:

  1. Fork https://github.com/flutter/udacity-course into your own GitHub account
  2. git clone [email protected]:<your_name_here>/udacity-course.git
  3. cd udacity-course
  4. git remote add upstream [email protected]:flutter/udacity-course.git

Submitting changes:

  1. git fetch upstream
  2. git checkout upstream/master -b name_of_your_branch
  3. Make changes
  4. git commit -a -m "<your informative commit message>"
  5. git push origin name_of_your_branch

To send a pull request:

  1. git pull-request (if you are using Hub) or go to https://github.com/flutter/udacity-course and click the "Compare & pull request" button
  2. Tag the relevant people and GitHub issue (if any)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 85.3%
  • Objective-C 8.0%
  • Java 3.8%
  • Ruby 2.9%