diff --git a/Screenshots/1.png b/Screenshots/1.png new file mode 100644 index 0000000..b8ce12c Binary files /dev/null and b/Screenshots/1.png differ diff --git a/Screenshots/2.png b/Screenshots/2.png new file mode 100644 index 0000000..e56842e Binary files /dev/null and b/Screenshots/2.png differ diff --git a/Screenshots/3.png b/Screenshots/3.png new file mode 100644 index 0000000..4687561 Binary files /dev/null and b/Screenshots/3.png differ diff --git a/Screenshots/4.png b/Screenshots/4.png new file mode 100644 index 0000000..3c3acaf Binary files /dev/null and b/Screenshots/4.png differ diff --git a/Screenshots/main_log.png b/Screenshots/main_log.png new file mode 100644 index 0000000..ac23be4 Binary files /dev/null and b/Screenshots/main_log.png differ diff --git a/commands.txt b/commands.txt new file mode 100644 index 0000000..eff9a43 --- /dev/null +++ b/commands.txt @@ -0,0 +1,10 @@ +git init-> It initializes the git environment +git clone -> It clones(ctreate a copy) the repository +git status -> It shows the status of a file +git add -> It adds the file to Staging Index +git commit -m "message" -> It adds the file to Commit Tree +git ls-files -s -> Its shows the staging index files +git log -> It shows the history of the activities +git branch -> creates a new branch +git checkout ->to goto other branch +git clean -> delete working directory files permanently diff --git a/learner.txt b/learner.txt new file mode 100644 index 0000000..0578ed4 --- /dev/null +++ b/learner.txt @@ -0,0 +1 @@ +Its the 1st file in Learner Branch diff --git a/learner1.txt b/learner1.txt new file mode 100644 index 0000000..0152af3 --- /dev/null +++ b/learner1.txt @@ -0,0 +1 @@ +Its the 2nd file of Learner Branch diff --git a/main.txt b/main.txt new file mode 100644 index 0000000..5441da6 --- /dev/null +++ b/main.txt @@ -0,0 +1 @@ +Its the 1st file of Main Branch diff --git a/name.txt b/name.txt new file mode 100644 index 0000000..2d7c1bc --- /dev/null +++ b/name.txt @@ -0,0 +1 @@ +Sudhir Kumar