Goodreads helps you follow your favorite authors. Be the first to learn about new releases!
Start by following Ryan Hodson.
Showing 1-5 of 5
“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
“Git”
― Ry's Git Tutorial
― Ry's Git Tutorial
“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
“commands,”
― 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



