Friday, April 12, 2019

angularjs note

angularjs note
1. Install git
2. git clone --depth=16 https://github.com/angular/angular-phonecat.git
Cloning into 'angular-phonecat'...
fatal: unable to access 'https://github.com/angular/angular-phonecat.git/': SSL
certificate problem: self signed certificate in certificate chain
Need run "git config --global http.sslVerify false" to fix and then run git clone
3. cd angular-phonecat


1. Install Git and register on bitbucket
https://bitbucket.org
2.
It's important to understand that branches are just pointers to commits. When you create a branch, all Git needs to do is create a
new pointer—it doesn’t create a whole new set of files or folders.

No comments:

Post a Comment