|
|
|
|
|
by u801e
2379 days ago
|
|
> I've worked with developers that have used git for 10 years who didn't fully realize what all of the 'git reset' options entailed While knowing some of them, if you use git reset on a frequent basis is expected, knowing where to find information on the other options is essential. I frequently go back and read through the man pages for various git commands so that I understand what will happen if I use a particular set of options and also to learn new things while reading through them. So, the proper answer for a developer who doesn't realize what a git command is capable of is to refer to the man page for that particular command. |
|