Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 4
and
Version 5
of
github
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/13/12 16:16:24 (
12 years
ago)
Author:
admin
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
github
v4
v5
44
44
git merge upstream/jellybean
45
45
}}}
46
47
=== Update the fork from the local merge ===
48
Syntax is:
49
{{{
50
git push {remote} {localbranch}:{remotebranch}
51
}}}
52
which is in my case
53
{{{
54
git push origin jb:jellybean
55
}}}