yau
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Tags
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Restore Form
Changes between
Version 1
and
Version 2
of
notes/git
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:
2015-06-17T09:53:07Z (
9 years
ago)
Author:
root
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
notes/git
v1
v2
18
18
git remote add ... дописать :)
19
19
}}}
20
== синхронизация всех веток в bare репозиториях
21
{{{#!bash
22
git clone --bare url local.git
23
cd local.git
24
git config --add remote.origin.fetch '+refs/*:refs/*'
25
git fetch
26
}}}