Closed akshitadixit closed 3 years ago
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.
https://github.com/akshitadixit/VCallZer/pull/11
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.
Hey! Sorry for the inconvienience.
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