https://github.com/angular/angular.js/blob/f3377da6a748007c11fde090890ee58fae4cefa5/CONTRIBUTING.md#commit Git Commit Guidelines We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that a…
Today I begin to learn to use Git. I learn from Pro Git. And I recommend it which is an excellent book. Some Ideas: Git is a Distributed Version Control System and it is brilliant. And we know that DDoS attack is famous and distributed as well. So, d…
help document of Github : https://help.github.com/ 1 upload 1.1 new update Initialize a repository Create a repositoy and name it while selecting "with a README" option. tips: 1.push a new branch to the remote : $ git push -u origin <branc…