• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

git-sample


Commit MetaInfo

Revisão6fca859c64a87c4cd576b8ada1dd51fb9159eaae (tree)
Hora2014-08-18 01:28:24
Autortaro <taro@exam...>
Commitertaro

Mensagem de Log

Merge branch 'master' of github.com:hylom/git-sample

Conflicts:
hello.html

Mudança Sumário

Diff

--- a/hello.html
+++ b/hello.html
@@ -8,7 +8,7 @@
88 <h1>Hello World!</h1>
99 <p>Hello version control, Hello Git!</p>
1010 <div class="version">
11- <span>Version: 9.1.0</span>
11+ <span>Version: 10</span>
1212 </div>
1313 </body>
1414 </html>
--- /dev/null
+++ b/sample.html
@@ -0,0 +1,14 @@
1+<!DOCTYPE html>
2+<html>
3+ <head>
4+ <title>Sample Page 02</title>
5+ </head>
6+ <body>
7+ <div id="header">
8+ <h1>Sample Page 02</h1>
9+ </div>
10+ <div id="contents-body">
11+ <p>This is sample page #2.</p>
12+ </div>
13+ </body>
14+</html>