Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 34
and
Version 35
of
HowToGit
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:
05/22/19 12:54:55 (
6 years
ago)
Author:
neteler
Comment:
cosmetics
Legend:
Unmodified
Added
Removed
Modified
HowToGit
v34
v35
116
116
117
117
{{{
118
# assuming that "upstream" points to OSGeo/grass
118
119
git fetch upstream
119
120
git rebase upstream/master
120
121
}}}
121
122
123
Now do your changes and commit and push them (ideally to a feature branch, see above).
122
124
== Review of pull requests ==
123
125