-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bootstrap navigation bar #182
base: master
Are you sure you want to change the base?
Conversation
…tyle the image in main.css
…css, i also style reset button
…css, i also style reset button
I think it is much easy to have the command on the installation guide page than finding the link after several page later
I'm not entirely sure what you did there, but this is most definitely not what you intended I think. There are lots of conflict markers and files committed you certainly didn't mean to commit. |
So I think I could somewhat untangle what is going on here: It seems you created commit f7dcd10 on top of master (which is probably the one you wanted for this pr - and only that one!). After that however it seems you merged some other branch with the code of all your previous pull requests and made a total mess. I assume you didn't really want that. However commit f7dcd10 also contains a lot of random changes which I think are unintentional. Not sure what to suggest to clean this up. What did you actually want to do? |
I wanted to update my source for the navigation bar only did i commit in a |
So what i did before i commit i updated my local repository by git pull git add . Then git commit -m Then i check the status git status If everything is okay i push my sourcecode to my github account |
Better only |
The problem with you changes in f7dcd10 is also that you seem to have lost all leading white space, not sure how that happened. It's really important that you don't change any unrelated files or unrelated sections of the file you're modifying since that makes it very hard to see what you're actually trying to do. |
This would require a lot of cleaning and I'm not sure what this patch is trying to achieve. @dgorissen? |
me neither, would shelve it |
i added bootstrap.js in order to make a navbar responsive