-
Notifications
You must be signed in to change notification settings - Fork 2k
Update the outline #1
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
Conversation
What do you think so far? |
@@ -44,6 +45,7 @@ | |||
* Changing Your Last Commit | |||
* Unstaging a Staged File | |||
* Unmodifying a Modified File | |||
* Undoing All Changes |
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.
I'm thinking maybe instead of the entire "Undoing Things" section it should roughly be replaced with the "Three Trees" explanation of the 'reset' command first and then dig into all these use cases of various types of undoing and redoing.
@@ -99,7 +111,7 @@ | |||
4.4 Setting Up the Server | |||
4.5 Public Access | |||
4.6 GitWeb | |||
4.7 Gitosis |
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.
Looks like Gitosis is deprecated. I rearranged this section to be in "level" order; more sophisticated things come later. What do you think?
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.
Yeah, Gitosis is irrelevant now. If we want to do something like this we should go with either Gitolite or GitLab (or possibly both).
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.
It's not immediately obvious from where I left this comment, but Gitolite and GitLab are both still in there. We can revisit that later on, but my gut feeling is that both of them are relevant for different situations.
* GitHub Summary | ||
4.X GitLab | ||
4.X Gerrit | ||
4.10 Other Hosting Options (bitbucket, stash, kiln, etc.) |
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.
I added Gerrit here, some people think it's useful. Is there anything else we should cover in this section?
Apart from the last couple of questions, I think this is done. The only things left on the task list are specific commands we should mention, and I'll migrate those to issues when we're ready. Can you give it a full read-through to see if it feels right? |
Merging this for now. We can always re-adjust later. |
Iniciando tradução dessa page
Update gitlab.asc
Erster Versuch für Schreibweise und Übersetzung von Fachbegriffen.
Let's figure out what the 2nd edition is going to look like. Most of these tasks were imported from the TODO.
Packfile / git protocol notes in Ch 9 or Appendix(won't affect the outline)Tracking branch changes(won't affect the outline)Updated submodule documentation and weaknesses(won't affect the outline)git log -p
git log -S'pattern'
git add -p
git rm --cached FILE
git log ..BRANCH
git branch --[no-]merged
git branch --contains
git status -s
refloggit shortlog -sn