Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new branch #7

Closed
akshitadixit opened this issue Jun 10, 2021 · 11 comments · Fixed by #11
Closed

Add a new branch #7

akshitadixit opened this issue Jun 10, 2021 · 11 comments · Fixed by #11
Assignees
Labels
good first issue This issue is good for first timers 🟨 Level2 This issue will be considered as level 2 issue for LGM-SOC 21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21

Comments

@akshitadixit
Copy link
Owner

For beginners.
Kindly add a new branch with the name web-app.
To create a new branch you need to open your git (from the bash, terminal, or vs-code, wherever you use it from) and follow these steps:

  • git checkout -b web-app {to create a new branch and switch to it}
  • git rm -rf . {to remove(rm) all files from the branch}
  • Add a fresh README.md that specifies that this branch is for the webapp development
  • git add .
  • git commit -m "Create new branch web-app"
  • git push origin web-app
  • Then make a PR
@akshitadixit akshitadixit added good first issue This issue is good for first timers LGM-SOC labels Jun 10, 2021
@supzi-del
Copy link
Contributor

Can you assign me this?

@akshitadixit
Copy link
Owner Author

@supzi-del sure :)

@akshitadixit akshitadixit added LGMSOC21 This issue will be considered for LGM-SOC 21 🟨 Level2 This issue will be considered as level 2 issue for LGM-SOC 21.Points will be 10 and removed Level-2 labels Jun 10, 2021
@ShivaSankeerth
Copy link
Contributor

Hey @akshitadixit, is this issue still open?

If it is open, I would like to work on it and can get it done by today itself.

@supzi-del
Copy link
Contributor

#11

Checkout the PR. Is it okay?

@ShivaSankeerth
Copy link
Contributor

image

Hey @akshitadixit, can you check if the last merge has caused this?

@akshitadixit
Copy link
Owner Author

@ShivaSankeerth thank you so much for the warning, I did miss out the merge destination. Reverted the PR. You may make a new one please.

@supzi-del
Copy link
Contributor

Hey! Sorry for the inconvienience.

@ShivaSankeerth
Copy link
Contributor

Sure. I will work on it.

@akshitadixit
Copy link
Owner Author

Hey! Sorry for the inconvienience.

It's completely okay. Git and GitHub are amazing and totally fault proof :)

@ShivaSankeerth
Copy link
Contributor

ShivaSankeerth commented Jun 10, 2021

Hey @akshitadixit , to which branch should I make the pull request to?

Can I do it to revert-11-web-app ?

@akshitadixit
Copy link
Owner Author

@supzi-del @ShivaSankeerth since your PRs were merged, do checkout #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is good for first timers 🟨 Level2 This issue will be considered as level 2 issue for LGM-SOC 21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants