2. Learning Git
Basics
Start your training with the free course: Try Git
It is important to understand the process in this article.
Memorizing the commands is not important because those are part of the UI in tools like SourceTree as clickable buttons.
Watch this presentation on
Git Flow
by AquidThen move on to intermediate courses which require a paid subscription. There is a very good chance that your company already pays for it or could start paying for it. So quickly check with your reporting manager to make use of what's available.
Advanced
For those who love research and fully understand everything thus far perfectly ... you can also read up on:
An interesting idea on how to do setup gitglow to be slightly different.
FAQs
How can we update a
fork
with changes from its source?How can we view just the commits that touched a particular line in a file?
How to fix tabs, indentation and whitespaces without changing git history?
tbd...
Last updated