Merge pull request #33 from markhuyong/master

Add: Udacity Git Commit Message Style Guide
This commit is contained in:
Dick Tang 2019-12-16 21:43:03 +08:00 committed by GitHub
commit ae888d0d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@ Pull requests on interesting tools/projects/resources are welcome.
## Table of Contents
- [Awesome Git](#awesome-git)
- [Tutorial](#tutorial)
- [Tutorial](#tutorial)
- [Style Guide](#style-guide)
- [Client](#client)
- [Repository Hosting](#repository-hosting)
- [Self-Hosted Repository](#self-hosted-repository)
@ -48,6 +49,11 @@ Pull requests on interesting tools/projects/resources are welcome.
* [A Git Choose Your Own Adventure](http://sethrobertson.github.io/GitFixUm/fixup.html) - I never found a git tutorial I didn't understand while doing it. Just sometimes those tutoars didn't line up very well with my actual work. This git help in the form of a choose your own adventure was a life saver when I was fisrt starting out.
* [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html) - fairly comprehensive guide to recovering from what you did not mean to do when using git
## Style Guide
*Style guide when you work with git*
* [Udacity Nanodegree Style Guide](https://udacity.github.io/git-styleguide/index.html)
## Client
*Git clients are available on every platform, from mainframe to your mobile device*