You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
She's ready to push up her work, but gets an email from Josie that a branch with some initial work on it was already pushed to the server as `featureBee`.
711
713
Jessica first needs to merge those changes in with her own before she can push to the server.
712
714
She can then fetch Josie's changes down with `git fetch`:
@@ -761,6 +763,7 @@ Also notice the `-u` flag; this is short for `--set-upstream`, which configures
To email this to a mailing list, you can either paste the file into your email program or send it via a command-line program.
1215
1217
Pasting the text often causes formatting issues, especially with ``smarter'' clients that don't preserve newlines and other whitespace appropriately.
@@ -1226,7 +1228,7 @@ We'll demonstrate how to send a patch via Gmail, which happens to be the email a
1226
1228
First, you need to set up the imap section in your `~/.gitconfig` file.
1227
1229
You can set each value separately with a series of `git config` commands, or you can add them manually, but in the end your config file should look something like this:
0 commit comments