Giter Site home page Giter Site logo

github-for-web-designers's People

Contributors

jameswillweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

github-for-web-designers's Issues

I noticed a small inacuracy on Chapter 4: Reverting and rolling back commits

I noticed a small inaccuracy on Chapter 4: Reverting and rolling back commits. In development reverts and rollbacks are interchangeable concepts. They both mean the same thing, namely to undo or back out changes. Rollbacks tend to be used in the context of SQL changes or rolling back transactions, where are reverts tends to be used in the context of code committed to a SCMs such as CVS or SVN. To revert a commit means to undo the effect of adding the changes on that commit, so if we undo the Third commit, it will automatically delete and stage the deletion of add.txt, but it will leave it up to us to resolve list.txt. You can see this by running "git status" on the command line right after. Unfortunately, GIT does a poor job on merging the changes and indicating the conflict, It isn't clear what it is doing and so I understand the misunderstanding. However since we are undoing the effect of making the Third commit we need to delete the line "This is the third commit".

In regards to "Roll Back to this commit" in the context of the Second commit, it means to undo all changes since the second commit. The program could have instead used "revert" here, but it might have read something like "revert to this commit" instead. I do not know why git decided to use two terms that mean the exact thing in their tool... Either way, this is a simpler merge and git is able to handle it better by deleting add.txt, updating list.txt and automatically committing the change. I documented this (on two appropriately named branches) on my own repo at https://github.com/shapeous/backout/tree/master. BTW, I am a developer, but please don't take that against me. I really appreciate your course and how well you covered the material and so I wrote a very positive review. I still have chapter 5 to go, but I already feel more comfortable in git thanks to your great teaching.

Good work!

Hi James.

This is Joe Wells. I just finished your course. Thanks and good work on it.

I am anti-command-line, but your course was good for me. I've been using GitHub at work (private repos) and just hacking my way through. Forcing me to get into the command-line a bit connected a lot of dots. Most helpful!

Cheers!
-Joe-

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.