diff --git a/README b/README new file mode 100644 index 0000000..730b4fd --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +hello git + +add Readme at branch for testing + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..51cb71a --- /dev/null +++ b/index.html @@ -0,0 +1,80 @@ + + +
+ + +wavejava (wavejava@gmail.com)
+
+
(wavejava@gmail.com)
+
+ You can download this project in either + zip or + tar formats. +
+You can also clone the project with Git + by running: +
$ git clone git://github.com/wavejava/Hello-Git+ + + + +
Hello World!
+ + diff --git a/log.txt b/log.txt deleted file mode 100644 index 459e2b4..0000000 --- a/log.txt +++ /dev/null @@ -1,7 +0,0 @@ -2014.5.28 new add - -add new log file on master - -then push to origin . - -meanwhile, update HTML at branch. diff --git a/readme.txt b/readme.txt deleted file mode 100644 index bc5414e..0000000 --- a/readme.txt +++ /dev/null @@ -1,10 +0,0 @@ -Hello Git -My first Git Repo - -Good Luck ! - -add list on branch, but not push to remote. - -update on master, push to remote. - -So what's on branch on remote?