Giter VIP home page Giter VIP logo

learngitthehardway's Introduction

This repository is a play repository for readers of the book Learn Git the Hard Way, available at

https://leanpub.com/learngitthehardway

Dhruv's change to README WOW what a great feature! new change to the README "my change to the README" 'a temp change on tmpbranch' my change to the README another change to the README my change to the README Yet another change to README . . . my change to the README my change to the README another change to the README another change to the README ceci est un test de changement de nethanel fitoussi My change to the README My change to the README - Daniel Harsheffer another one... edis change to README my change to README my change to the README my change to the README Matan Wittner my second change to the README Matan Wittner Aran's change to the README another change to the README One more change to README One more another change (^o^) my change to the readme another change to the readme my change to the README!! another change to the README!!!! Solomon change to the README Solomon second change to the readme squid change to the README squid another change to the README my change to the README my change to the README another change to the README my change to the README KT's change to readme another change from KT my change to the README my change to the README MM yet another change to the README this should be definetely a fix for it another change to the README my change to the README max was here max was here WW was here Liguang's change to the README my change to the README a temp change on tmpbranch my change to the README my change to the README Aakash change to the README my change to the README - Harshit another change to the README antesko was here ATS - change to readme ATS change to the README my change to the README tt change to the README my change to the README another change to the README SELVA change to the README change by kevmok my change to readme ryans second change to the readme my change to readme RF MY change, Flavio to the README jeremy's change to the readme Fed's change to the README my change to the README my change to the README another change to the README my change to the README another change to the README Rawan's change to readme my change to the README my change to the README ai The 2nd change to READMEanother change to the README my change to the README another change to the README My change to the README- 1 my change to the README my change to the README my change to the README KUBULA ESSA another change KUBULA another change KUBULA my change to the README another change to README my change to the README my change to the README my change another change my change to the README another change to the README my change to the README my change to the README my change to the README my change to the README another change to the README my change to the README my change to the README changing the README my change to the README another change to the README my change to the README1 my change to the README2 my change to the README3 my change to the README4 my change to the README5 my change to the README another change to the README a new era of changes to the README my change to the README another change to the README My CHANGE to the README my change to the README mb another change to the README mb change 2 my change to the README another change to the README my change to the readme Hello world! CodenNerd here! Upskilling aggressively on Educative :) Codennerd's second change my change to the READMEmy change to the README :) another change to the README :) my change to the README - Sankit my changes my changes change to readme Test change to the README my change to the README my change to the README 'my change to the README' another change to the README"my change to the README" my change to the README another change to the README Educative is a Pakistani Company my change to the README another change to the README somebody changed me, somebody that i used to love my change to the README my another change to the README my another another change another change to the README my change to the README another change to the README Vikas change to README another Vikas change to the README another change to the README my change to the README another change to the README my change to the README Manuel my change ti the README another change to the README Manuel my change to the README Anshul Johri my change to the README my change to the README my change to the README another change to the README my change to the README my change to the README another change to the README my change to the README xxx change to README my change to the README Your effort will pay off eventually pull request should be on a branch another change to the README - aiahmad my change to the README another change to the README CHANGE TO README another changeanother change to the README my change to the README another change to README "another change to the README.md" my change to the README my change to the README my change to the README another change to the README super change my change to the README my change to the README another change to README - agya my change to the readme my change to the readme IS THIS ONE Modificacion crucil some change my change to the README my change to the README 1st commit another cahnge Dylan George Field's change to the README ✌ chris woods change to README to demonstrate PR my change to the README my change to the README jiaqi change to READMEEEEEEEE my change to the README my change to the README another change to the README my weird change to the README! another weirdo change to the README.md my change to the readme my change to the readme another change to the README my change to the README another change to the README my change to README another change to the README my change to the README.md my change to the README *** another change to the README new change +1 changes of mine my change to the README another change to the README MY CHANGE TO README.md

learngitthehardway's People

Contributors

acrushdjn avatar belugawhale3 avatar beyondai avatar blshlomo avatar brugueranee avatar codennerd avatar cristishor201 avatar daniel570 avatar fosterlee avatar gitpajo avatar greenwood-ryan avatar hieuducnguyen avatar ianmiell avatar johnfr14 avatar leachdhitachi avatar leejiaqi0918 avatar miller-5 avatar mlussati avatar mshuboul avatar nethanelfitoussi avatar nightsquid7 avatar peterpuglisi avatar rflmota avatar rhpierson4 avatar robomoto avatar shirady avatar thecosmicsound1 avatar trankhoaluat avatar vee-loves-code avatar w-lan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

learngitthehardway's Issues

Wrong hash referenced in detached HEAD section

The output from git status should be HEAD detached at e36355ed

$ git checkout e36355ed00ac3af009d7113a9dd281c269a79afd
Note: checking out 'e36355ed00ac3af009d7113a9dd281c269a79afd'.
[...]
Read the remaining text carefully and slowly, and make sure you’ve tried to understand what it all
means.
Back to our best friend git status:
$ git status
HEAD detached at 76d43b6

Guidance on more/less output of git log should be provided the first time it's used

Readers are told to hit q to exit during the section on detached HEAD, but they've already struggled past the more (or is it less) style output by then (when they do git log after cloning the shutit repo). Anybody used to a *nix command line will likely already know how to deal with more, but Windows users with git bash might be out of their depth the first time they run git log.

$ git log
Hit q to exit the log output.

Inconsistency of directory naming

After naming all of the directories lgthw_git_whatever the Git Add Interactive section then starts using a directory called 2.2.1. There's also inconsistency in whether git is in the directory name or not (and since the whole thing is about git it seems superfluous).

I'm or I am

In the stash section the commit message is 'Some changes I am not sure about' because I'm would cause issues with quoting, but the git diff shown below is +Some changes I'm not sure about...

Besides getting consistency between parts of the text it might be worth explicitly tackling how to deal with saying I'm in a commit message (or didn't or doesn't etc.).

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.