Ry's Git Tutorial Quotes
Ry's Git Tutorial
by
Ryan Hodson621 ratings, 4.34 average rating, 51 reviews
Open Preview
Ry's Git Tutorial Quotes
Showing 1-5 of 5
“When using git revert, remember to specify the commit that you want to undo—not the stable commit that you want to return to. It helps to think of this command as saying “undo this commit” rather than “restore this version.”
― Ry's Git Tutorial
― Ry's Git Tutorial
“A snapshot represents the state of your project at a given point in time.”
― Ry's Git Tutorial
― Ry's Git Tutorial
“The git reset command moves the checked out snapshot to a new commit, and the HEAD~1 parameter tells it to reset to the commit that occurs immediately before the current HEAD (likewise, HEAD~2 would refer to second commit before HEAD).”
― Ry's Git Tutorial
― Ry's Git Tutorial
“commands,”
― Ry's Git Tutorial
― Ry's Git Tutorial
“Git”
― Ry's Git Tutorial
― Ry's Git Tutorial
