Code Monkey home page Code Monkey logo

csci5828-hw2's Introduction

Ryan Goss

CSCI 5828 โ€“ Spring 2018

Homework 2

Commits (first is the latest):

  • commit 14
  • commit 13
  • commit 10
  • commit 12
  • commit 11
  • commit 6
  • commit 5
  • commit 9
  • commit 8
  • commit 7
  • commit 4
  • commit 3
  • commit 2
  • commit 1
  • commit 0

Commands:

Note: last is latest; omits "vi readme.md" commands in between each "git add ." command
0. git init

  1. vi README.md // will not include going forward, assumed before each "git add ."
  2. git add .
  3. git commit README.md // commit 0
  4. git add .
  5. git commit // commit 1
  6. git add .
  7. git commit // commit 2
  8. git log
  9. git checkout <commit 0 hash>
  10. git checkout -b bug-fix
  11. git add .
  12. git commit // commit 3
  13. git add .
  14. git commit // commit 4
  15. git merge master // resolve any conflicts with vi readme.md
  16. git add .
  17. git merge --continue // commit 5
  18. git add .
  19. git commit // commit 6
  20. git log
  21. git checkout <commit 4 hash>
  22. git checkout -b bug-fix-experimental
  23. git add .
  24. git commit // commit 7
  25. git add .
  26. git commit // commit 8
  27. git add .
  28. git commit // commit 9
  29. git log -g
  30. git checkout master
  31. git add .
  32. git commit // commit 10
  33. git checkout master
  34. git add .
  35. git commit // commit 10
  36. git checkout bug-fix
  37. git merge bug-fix-experimental // resolve conflicts
  38. git add .
  39. git merge --continue // commit 11
  40. git add .
  41. git commit // * commit 12*
  42. git checkout master
  43. git merge bug-fix // resolve conflicts
  44. git add .
  45. git merge --continue // commit 13
  46. git add .
  47. git commit // commit 14

csci5828-hw2's People

Contributors

rsgoss avatar

Watchers

Ken Anderson avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.