Coder Social home page Coder Social logo

advanced-git's People

Contributors

anthonyking-xo avatar huchenme avatar nnja avatar raerpo avatar ricguti avatar tsauerwein 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

advanced-git's Issues

Simple typo

I was trying out the slides . At slide no 15,

echo 'blob 14\0Hello, World!' | openssl sha1

returns the following hash

5ad1cb82b3edb9d3ef1ae227745c90bcd23d2120

which is wrong.

we need to escape the characters, so -e needs to be passed to echo

echo -e 'blob 14\0Hello, World!' | openssl sha1

this gives the correct output.

`git stash save` is deprecated

In Exercise Two - Staging and Stashing, Step 4 - Stash your Changes

git stash save "emergency git-casting"
=>
git stash push -m "emergency git-casting"

Stale branches

The exercises branches no longer exist and it is impossible to follow the course with exercises.

Add HEAD^ to git reset --hard in Exercise4-MergingAndReReRe

Hi ๐Ÿ‘‹

Thanks for the course! I'm following it and I really like it.

I thought it could be good to add HEAD^ to instruction 2 of Exercise4-MergingAndReReRe so it reads: 2. Use git reset --hard HEAD^ to reset... . This because git reset is explained at a further point of the course, so maybe not everybody is familiarized with git reset when solving exercise 4.

I know that git reset --hard HEAD^ is part of solving the exercise but maybe adding this could help the people, that aren't familiarize with git reset, to focus on practicing merging and rerere without peeking into the solution.

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.