Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.42 KB

Getting Started with webinar from GlobalLogic

GlobalLogic

Available Lessons

In the project directory, you switch between branches:

git checkout create-login

In this lesson you can try to:

  1. Made changes in first commit by rebase and edit it
  2. Made changes in second commit in the same way
  3. Made changes in first commit with fixup
  4. Commit changes in last commit with --amend flag

git checkout icon-component

In this lesson you can try to:

  1. Drop first commit with drop
  2. Rename last commit with reword

git checkout testing

In this lesson you can try to:

  1. Combine first and second commits with squash
  2. Rename last commit with reword

git checkout main

In this lesson (hard mode) you can try to:

  1. Pass first lesson without rebase
  2. Pass second lesson without rebase
  3. Pass third lesson without rebase

Learn More

You can learn more in the Official Git documentation page.

They even have A tutorial introduction to Git.

To learn advanced Git, check out the Pro Git book.

Some useful videos, could be also found in Official Git site.

Learn Git Game

Funny Gir game with levels and achievements: https://learngitbranching.js.org/