-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
A few cleanups #163
Merged
Merged
A few cleanups #163
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4e2d135
Consolidate the name of the subsystem
sivaraam 43ae80e
Consolidate the name of GitHub
sivaraam be8bb4b
Avoid fullstops in section names
sivaraam 6c64e0f
Update the ToC
sivaraam f19a94c
Quote the git commands correctly
sivaraam d1fa7e3
Clarify that the changes are removed only for the previous commit
sivaraam e16f9f8
Showcase the flexibility of `git fetch -p`
sivaraam d5d7508
Exemplify the safer version of branch deletion
sivaraam ed04605
Improve readability of a few phrases
sivaraam b824580
Use HTTPS links for sites that serve using HTTPS
sivaraam ab1d0b7
Clarify that rebasing just re-writes history
sivaraam ce61b09
Attribute both the authors of the second edition of Pro Git
sivaraam 8fb8200
Try a different form of emphasizing text
sivaraam 50a5eea
Mention what 'upstream' means for the sake of clarity
sivaraam ab4a4d7
Simplify the way to create a remote branch from the local one
sivaraam 3765a67
Remove a character cruft left over while editing
sivaraam e2f230a
Improve a sentence
sivaraam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Showcase the flexibility of
git fetch -p
The example for that exhibits the way to 'prune' remote branches that were deleted upstream wasn't flexible as it relied on the command defaulting to the upstream of the current branch. This might lead the reader into overlooking the flexibility of the `git fetch`. Show that the 'upstream' can be mentioned in the command thus show casing the flexibility of `git fetch`.
- Loading branch information
commit e16f9f87d46541cd96a266fc245c104d1c84aae0
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should add a note saying to check that upstream is the remote you want to fetch from.