diff --git a/Git commands.txt b/Git commands.txt new file mode 100644 index 0000000..597e198 --- /dev/null +++ b/Git commands.txt @@ -0,0 +1,18 @@ +Git: +>Create git account through www.github.com +>create repository (public) +>create one ec2 instance to run the repository +>login into Linux machine +>install git +>configurate git + +Git commands: +git commands start with git +>> git init +>> git status +>> git add +>> git show +>> git log +>> git push +>> git commit +>> git config \ No newline at end of file diff --git a/home.java b/home.java new file mode 100644 index 0000000..61260e1 --- /dev/null +++ b/home.java @@ -0,0 +1,2 @@ +This is home page + diff --git a/upi page b/upi page new file mode 100644 index 0000000..1b99ac1 --- /dev/null +++ b/upi page @@ -0,0 +1 @@ +This is about UPI payments diff --git a/welcom b/welcom new file mode 100644 index 0000000..993e110 --- /dev/null +++ b/welcom @@ -0,0 +1,2 @@ +This is welcome page +