-
Be the first to like this
Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Guys into coding use git on a daily basis. When you commit changes, more than often, you face a situation that you forgot to add some modifications to the previous commit(s). You have two options then: either creating a new commit or adding the changes to the last commit. Knowing how to amend changes in git gives you more confidence in rewriting git history.
The presentation covers how to amend:
- One change,
- More changes, and
- Changes to not-most-recent commit
My goal is to encourage developers to use console git over plugins for editors like RubyMine or Atom.
Console git works everywhere the same way. When you pair-program with a remote team member, console git gives you more flexibility and reliability.
I believe that learning materials should be more engaging; this is why I challenged myself to present a technical topic in a more down-to-earth way.
Be the first to like this
Login to see the comments