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 3
and
Version 4
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-09-19T06:54:13Z (
9 years
ago)
Author:
root
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
notes/git
v3
v4
16
16
git add .
17
17
git commit -a -m "inital release"
18
git remote add origin
git@
server.name.tld:repo/git/project.git
18
git remote add origin
server.name.tld:repo/git/project.git
19
19
git push origin master
20
20
}}}