-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Board of Directors #32
Comments
@apandey09 Hows it going? |
@tehstun Going well, I suppose. Hope your week's been fine as well. Just following the instructions you posted for me in Slack. In other words, unless you tell me to go ahead push the changes onto here, I still haven't gone past committing all the changes I made last Sunday. |
@apandey09 ideally if you are still working on the branch and this task, then you should be committing the changes and pushing. This allows others to see what is happening while also i'm able to spin up the web server as well to have a look. |
@tehstun Right, I understand that. It's just that, as far as I know, your instructions were not to push any changes I committed onto the develop branch. But I'd be willing to do that if you wanted me to, or would you like for me to create a new branch and push my changes onto that one? |
you should still push to your previous branch, you cannot push to develop or master, they are now protected branches and it will reject the push. |
okay, so you are behind, which means you need to pull.
If you have issues with 1. then let me know, we will have to stash your changes and then come back to them after 3. |
For the first step, is it just git pull? Or do I also include the name of the branch from which I would like to pull the changes from, which in this case would be "git pull origin develop"? |
just git pull on the developer branch, if you are using the command line instead of a client you can do:
hope that helps :) |
you should think about using a git client like git kraken or something simular |
Nothing is working because you have file conflicts, you will need to stash the current files and then git pull , you are still not on the most up to date version |
You cannot move on to anything until you resolve the conflicts and get the up to date master branch |
you are in a merging state, you need to understand what you are doing.
|
Hey! Just wanted to update you on my latest progress. I added the files in question that needed to be merged and am no longer in a merging state. As a result, I am now able to checkout to the branch I made. I have not committed the changes yet, or pulled any for that matter, because I have to stash them first. But before I do that, I just want to make sure if I stash the changes on to the branch I made. Or do I make a different branch and stash them on there, or do I stash them all on GitKraken? Speaking of which, in case I haven't told you this before, I've had GitKraken for about a few months now. I've been able to open repos on there as well as commit changes onto those repos. I also recently opened the repo for the develop branch of org-website on Gitkraken, but I haven't committed any of the latest changes on to them yet because I need to stash, and then pull, them first. |
Hows it going? It might be a idea to take the files out (which you updated since the last commit) nuke the repro, clone again and copy the files back in. |
Fine man! Nice to hear from you. Unless I misunderstood you, I unstaged (or should I have pulled?) all the files I staged recently from the org-website repo on GitKraken. Now, by "nuke" the repo, do you mean delete? |
Yeah if you would delete the repro and reclone it, you should be at a good base to create a new branch and do the css adjustment from there :) |
Alright, so I just did what you told me and it all went smoothly. Now before I make my new branch and commit any changes onto there, I just wanna be clear on what you mean by "css adjustment"? Do you mean I have to go back into those files and make all those changes again? Also, is it ok for me to create a new branch and commit any changes onto them via Gitbash, or would you prefer I do all of that on Gitkraken? |
yeah sorry, you will have to make those changes again, and you can use what you prefer and feel confortable using git with. But you will have ot use a new branch, changes wont be able to be pushed anymore on dev branch. |
The board of directors needs to be updated on the team.html page under the legacy code base.
Seek all information you need about each board of director as you go along.
You will need:
Some of these might not be accessible and would have to be left out.
List of current board of directors will be sent to you directly via slack
The text was updated successfully, but these errors were encountered: