diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..8d17d1f
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..9594111
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..e8a2a2d
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GitTest/GitTest.iml b/GitTest/GitTest.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/GitTest/GitTest.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GitTest/src/Main.java b/GitTest/src/Main.java
index ae2c15d..d7c307f 100644
--- a/GitTest/src/Main.java
+++ b/GitTest/src/Main.java
@@ -1,4 +1,3 @@
-
public class Main {
public static void main(String[] args) {
@@ -6,6 +5,8 @@
System.out.println("branch2 ��branch1�Ƌ�������C�����s��");
System.out.println("master���ŋ������������ꂽ�̂������܂�branch2�ł��X�ɕύX");
System.out.println("master���ŋ������������ꂽ�̂������܂�branch1�ōX�ɕύX");
+ System.out.println("�V�c����");
+ System.out.println("a-matsumoto�ł��D");
System.out.println("�ΒJ��");
}