Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML For various projects

====

How to install/setup git?

How to use git?

http://try.github.com/levels/1/challenges/1

Where to develop?

Create your development off the dev branch with the following commands:

  • git checkout dev
  • git checkout -b yourBranchName

Where to commit your changes?

Commit your branch changes with the following command:

  • git push origin yourBranchName

Pull request for code insight

Create a pull request so that your code can be reviewed

Merge approved code

Merge code into dev branch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors