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 73
and
Version 74
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:
08/31/19 00:51:54 (
5 years
ago)
Author:
martinl
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
HowToGit
v73
v74
41
41
}}}
42
42
43
Similarly for GRASS Addons repository:
44
45
{{{
46
git clone git@github.com:your_GH_account/grass-addons.git
47
cd grass-addons/
48
git remote add upstream git@github.com:OSGeo/grass-addons.git
49
}}}
43
50
==== Working with git ====
44
51