|
|
|
|
|
by zxtang
5091 days ago
|
|
I liked http://gitref.org when I started with git. I find it's a good quick reference to common git commands so you can quickly get up and running with git. The rest of learning git is really just practice and searching for how to do stuff when you need to. The section on commit explains what the '-m' option is:http://gitref.org/basic/#commit |
|