|
| 1 | +--- |
| 2 | +layout: bare |
| 3 | +title: CDX Git from the Bits Up |
| 4 | +description: CDX Git from the Bits Up Class Notes |
| 5 | +tags: [notes] |
| 6 | +path: classnotes/2013-12-04-cdx-git-from-the-bits-up.md |
| 7 | +eventdate: 2013-12-04 |
| 8 | +--- |
| 9 | + |
| 10 | +## Teachers |
| 11 | +* Tim Berglund ([Twitter](http://twitter.com/tlberglund), [GitHub](https://github.com/tlberglund)) |
| 12 | + |
| 13 | +## Resources |
| 14 | + |
| 15 | +* [Adding SSL Certificates for GitHub.com (Common for Windows XP)](http://stackoverflow.com/questions/3777075/https-github-access/4454754#4454754) |
| 16 | +* Disabling SSL Certificate Checks for Git: |
| 17 | + |
| 18 | + git config --global http.sslVerify false |
| 19 | +* [Open Source Git Ignore Templates](https://github.com/github/gitignore) |
| 20 | +* [Book Authoring on Git and GitHub](http://teach.github.com/articles/book-authoring-using-git-and-github/) |
| 21 | +* [Post Receive Hooks](https://help.github.com/articles/post-receive-hooks) |
| 22 | +* [GitHub Training Videos](http://training.github.com/resources/videos/) |
| 23 | +* [Using Git with Media Temple](http://carl-topham.com/theblog/post/using-git-media-temple/) |
| 24 | +* [GitHub Training Feedback and Follow-up Questions](https://github.com/githubtraining/feedback/issues?state=open) |
| 25 | +* [GitHub Commit Status API for Continuous Integration](https://github.com/blog/1227-commit-status-api) |
| 26 | +* [Git Credential Cache for HTTP](http://teach.github.com/articles/lesson-git-credential-cache/) |
| 27 | +* [GitHub Issues Cheatsheet](http://teach.github.com/articles/github-issues-cheatsheet/) |
| 28 | +* [Jenkins Git Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin) |
| 29 | +* [Open Source Git Ignores](https://github.com/github/gitignore) |
| 30 | +* [Ship of Theseus - Related to Similarity Index](http://en.wikipedia.org/wiki/Ship_of_Theseus) |
| 31 | +* [git-p4 Perforce Script](http://answers.perforce.com/articles/KB_Article/Git-P4) |
| 32 | +* [Unix watch command](http://en.wikipedia.org/wiki/Watch_(Unix\)) |
| 33 | +* [SHA-1 Hash Collisions](http://git-scm.com/book/ch6-1.html#A-SHORT-NOTE-ABOUT-SHA-1) |
| 34 | +* [NPD Git Cheatsheet](http://ndpsoftware.com/git-cheatsheet.html) |
| 35 | +* [More Git Cheatsheets](http://teach.github.com/articles/git-cheatsheets/) |
| 36 | + |
| 37 | +## Installation |
| 38 | +* Git Installation |
| 39 | + * [The Git-SCM Web Site (All Platforms)](http://git-scm.com) |
| 40 | + * [The GitHub for Windows Client and Command Line](http://windows.github.com) |
| 41 | +* Minimum is 1.7.ANYTHING, but can have issues with HTTPS credential prompting. |
| 42 | +* Best is 1.8.0 or higher |
| 43 | + |
| 44 | +## Suggested Books, Articles |
| 45 | +* [Free ProGit Book](http://git-scm.com/book) |
| 46 | +* [Getting started with Version Control](http://teach.github.com/articles/lesson-new-to-version-control/) |
| 47 | +* [The GitHub Flow](http://scottchacon.com/2011/08/31/github-flow.html) |
| 48 | +* [DVCS Workflows Book](https://github.com/zkessin/dvcs-workflows) |
| 49 | +* [Git Cheat Sheets](http://teach.github.com/articles/git-cheatsheets/) |
| 50 | +* [Git Workflow Links](https://pinboard.in/u:matthew.mccullough/t:git+workflow) |
| 51 | + |
| 52 | +## Course Materials, Links |
| 53 | +* [Git Teaching Materials](http://teach.github.com) |
| 54 | +* [Course Slides](http://teach.github.com/presentations/) |
| 55 | +* [Course Slides Source](https://github.com/github/teach.github.com/tree/gh-pages/presentations) |
| 56 | +* [Post-event Git and GitHub questions](https://github.com/githubtraining/feedback/) |
| 57 | +* [Free Office Hours Sessions](http://training.github.com/web/free-classes/) |
| 58 | + |
| 59 | +## Outline |
| 60 | + |
| 61 | +* Commit without `commit` |
| 62 | +* One cool `log` command |
| 63 | +* `reset` and `reflog` |
| 64 | +* `rebase` |
| 65 | +* Hooks |
| 66 | +* remote branches |
| 67 | +* `bisect` |
| 68 | +* Where do you stand on `gitk`? |
| 69 | + * The back of the neck |
| 70 | +* |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | +## Command History |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
0 commit comments