Skip to content

Repository files navigation

Angular Fix Errors.

This repo will help you run through many common errors in angular. Each branch has a different challenge. For more detail view Angular-Fix-Errors-Challenge

Changing to a Challenge

StepCommandDescription
#1git checkout <branch-name>change to branch for challenge
#2git loglook at the history and view the last commit message.
#3qquits the git log

Now fix the error

After Fixing the Error

StepCommandDescription
#1git statusview files that were changed
#2git add .adds all the files that were listed in git status
#3git commit -m "<your-message>"commits your work , takes a snapshot of all the files in your repo.

About

No description or website provided.

Topics

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages