-
Notifications
You must be signed in to change notification settings - Fork 2
Add Git tutorial #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Git tutorial #27
Conversation
|
Who is this for? Definitely not for beginners :) Again, very well documented! 👏 What are the odds someone (other than you) can translate this to Hebrew, as a side-project? This will be very helpful to other teams as well. Should this really belong in the website project? |
| Creating a new branch allows you to add commits on a parallel version of the repository. | ||
| This can be used to test new features and not affect the `main` branch. | ||
| Later, the changes made in the branch can be added to the `main` branch once they are tested. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not add a visual example of how branching looks like, meaning a branching graph. A clear one, where a branching is shown. Don't think showing merge is relevant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, you can copy the image from the index.
|
I plan to have a whole You can run the site locally by cloning, installing Jekyll, and running I totally agree with the need to add some more graphs/diagrams. About the level of the tutorial, I tried to make it as simple as possible. I don't want to translate it to Hebrew because it loses all the terminology. If you think of anything that can make it more level-appropriate for both current and future subteam members, I'm happy to implement it. I have an idea: |
|
IntelliJ 2020.2.3 (released today) changed the Git interface, so if the changes are significant I will redo the IntelliJ sections. This might delay when this is merged. I might split the core tutorial "framework" stuff to a different PR so it can be merged earlier. |
96592b0 to
9fdef72
Compare
Articles:
missing 1 imagesmissing 1 imagesOther TODOs:
Handle SVG linking