-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issues related to Forking, Pulling from and Pushing to repo #7
Comments
Hey @dostertag git reset --hard upstream/master That will make your repo perfectly in sync with the remote one, but it will discard any local changes. |
Otherwise just try git pull upstream master |
Well, you're repo is even with upstream now. Have you refreshed it properly in your editor? Oh you won't be! Git is a huge headache to learn. I spent about 4 hours yesterday with problems before deleting my repo and re-cloning it, haha. |
Thanks for pointing out that I'm now even on github!!! I can work with that. |
Still having issues.... Ultimately, I deleted my Aidos project folder from my pc then: Hovering over an error states that there's duplicate classes all over... Is there a binary or hidden folder that I'm not deleting? |
@dostertag I have tried to merge the two folders based on the instructions given here Please clone the repo and check again. Hopefully this should have fixed the issue I feel. Let us know if you are still getting those errors. |
Thanks, Ashish. I'll try again once I get home. It's a family holiday in the US today (Thanksgiving) so I'll be out. |
I'm up to date. Thanks!! |
OK so I joined this project at the very start but did not really have the time to put in to it straight away! What I want to do is just "grab" the code you guys have been working on for the past few months! I have forked the report ages ago at the very start, but I don't know how to update my local code with all of your guys new code? Sorry if this is a newbie question but its tricky to figure out. I'm using git bash as well. I have my own fork on github.com and my local copy is looking at that for updates! So once I get and understand the code how do I contribute to the master? It's all new and sort of intimidating cause I don't know how to even phrase the question to get a helpful Google seach! Anyways I want to get in to open source and this really is the best project for me to start with I just need a little help getting used to git and maybe under standing code in the future! Thanks guys |
Hey Ciaran, I highly suggest going through this: https://learngitbranching.js.org/ |
@CiaranRoft Here are some useful links that might help you. How to contribute ? Once you have updated code on your computer you can make changes to code and once you feel they are good, you will need to commit them to repository in your profile(your fork). Once you have done that you can submit a pull request to me and if it doesn't harm the existing design and functionality then I will merge your pull request in this repository and your changes will get incorporated in this repository. You will then become a contributor for this repository :) If you face any troubles just reply here and we will be happy to help you. |
I plan to make a wiki page with the steps for contributing to this repo.
Until then please mention your issues related to version control, you are facing while contributing to this repository over here.
The text was updated successfully, but these errors were encountered: