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 61
and
Version 62
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:
06/16/19 11:49:49 (
5 years
ago)
Author:
neteler
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
HowToGit
v61
v62
220
220
git checkout releasebranch_7_6
221
221
222
# first update local repo
222
# Note: only needed if you have your fork as "origin"
223
# update local repo
223
224
git pull origin releasebranch_7_6 --rebase
224
225