diff --git a/README.md b/README.md index f8fef531..b0cceca5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GoGit ## Task 4 ### Step-1 + - First checkout to the task4 branch and create a new branch named `PR-branch`. - Now in your task4 branch create a new folder whose name will be your GitHub username. - Inside this folder create a text file whose name will be `info.txt`. @@ -34,5 +35,6 @@ ### Note- ☠️ Don't just copy paste your changes and commit them as I want, use a valid git procedure to do this task. If found that you didn't use any valid git procedure, that may lead to a ban from any further contests. +
- +Checkout to branch `task4` for the next task! diff --git a/Ram5anthosh.py b/Ram5anthosh.py new file mode 100644 index 00000000..b5e80714 --- /dev/null +++ b/Ram5anthosh.py @@ -0,0 +1,4 @@ +Wanda-Vision +It has a very beautiful story. +It's really good. Because, I am very confused about how to use github and only the explanations in the workshop helped me. +I am revisiting the slides of the workshop often to get through my github usage. diff --git a/Ram5anthosh/info.txt b/Ram5anthosh/info.txt new file mode 100644 index 00000000..e79cfe2f --- /dev/null +++ b/Ram5anthosh/info.txt @@ -0,0 +1,7 @@ +I understood the concepts but my workspace in github is very clumsy. +I am unable to organise my work in github. +I want to understand how to manage different repsitories, their pull requests, changes etc. + +When multiple people are working on a same project we need a mechanism to control the changes being made +for the output to be effecient and organised. +We use git to do that. diff --git a/abhay.txt b/abhay.txt new file mode 100644 index 00000000..bddc158d --- /dev/null +++ b/abhay.txt @@ -0,0 +1 @@ +git pull \ No newline at end of file