|
|
|
|
|
by dwoot
2586 days ago
|
|
I'll have to add `git reflog` for instances where you've felt that you've completely screwed up something as one can always move back to a previous state. I think this is essential. A useful one that I'll add is what I call the sword command:
`git log -S<word>`
This one allows one to list commits that contain a particular change. This has been useful in tracking down old changes |
|