-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
Can you assign me this? |
@supzi-del sure :) |
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. |
Checkout the PR. Is it okay? |
Hey @akshitadixit, can you check if the last merge has caused this? |
@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. |
Hey! Sorry for the inconvienience. |
Sure. I will work on it. |
It's completely okay. Git and GitHub are amazing and totally fault proof :) |
Hey @akshitadixit , to which branch should I make the pull request to? Can I do it to revert-11-web-app ? |
@supzi-del @ShivaSankeerth since your PRs were merged, do checkout #4 |
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}git add .
git commit -m "Create new branch web-app"
git push origin web-app
The text was updated successfully, but these errors were encountered: