We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you are used to work inside a terminal, this workflow may help you…
All other conventions and pro tips provided above still apply. Please read all the steps above carefully before following the steps in this section.
$ git clone git@github.com:YOUR_GITHUB/angular.io.git
$ git remote add angular.io git@github.com:angular/angular.io.git
$ git fetch angular.io $ git merge angular.io/master
$ nano ~/.gitconfig [alias] angular-cn = !"git fetch angular.io && git merge angular.io/master"
$ git angular-cn
$ git push origin master
If you encounter conflicts when rebasing, you need to resolve them.
Sync with angular.io
Compile, post compilation transform and publish
Conventions
Workflow using the terminal
Tips