Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 521 Bytes

abstract.md

File metadata and controls

18 lines (13 loc) · 521 Bytes

Git, Practical Tips

Git is an very powerful version control system, but many people don't take advantage of all this power. In this presentation I will show you how to make the most of your Git experience. After a quick introduction I will move on to concrete tips and tricks in different areas of Git.

Detailed content:

  • Quick Introduction
  • Manipulate history with merge, rebase and reset.
  • Find information and files.
  • Using submodules.
  • Configure Git.
  • How to interact with Github.
  • Other useful tricks.