0745 GitCourse on Youtube (LearnWebCode)


LearnWebCode git shortcode git checkout revert

LearnWebCode’s short 4 part Youtube about git

This is the Hugo shortcode for a youtube video. Don’t think a playlist can be used, so here are all the videos in the series. More details may be available in the Udemy course called Git a web developer etc.

Revert to last commit point

This worked very well. Tried it out by making a commit to the local repository, then making a change, then issuing this command, and straight back to the commit point. More to find out about other uses of git.

git checkout -- .

See Also

Breadcrumb