-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brandon's Attempt at completing the Beginning Git video course. #230
base: master
Are you sure you want to change the base?
Conversation
Covention dictates that you title a comit, and then miss a line, before filling in any detailed comments about the commit.
This incorportates the excellent new clickbait carticle ideas
Forcing a merge commit, even though one isn't necessary.
Committed series of changes from remote git. Such as linking the REPO to the proper remote git.
Merge remote-tracking branch 'iwantmyrealname/clickbait' into clickbait From iwantmyrealname upstream repo
Merge remote-tracking branch 'second-repo/master'
Updating status of a couple of projects
Hey @letsgobjones—congrats on submitting a PR at the end of the git course! I hope that you enjoyed the course, and learnt some things along the way. If you weren't already using git for your code, hopefully this has inspired you to do so. I hope that you enjoy the "Mastering Git" video course as well—you'll soon be able to get git to bend to your will :) You can now wear this #GitWarrior badge with pride—and Tweet your historic victory! sam |
Hi,
This PR represents all the work I did to complete the kodeco.com Beginning Git video course. It was a delightful experience, and I'd recommend it to anybody.
Brandon