Skip to content
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

Multiple Config File Support #766

Closed
wants to merge 9 commits into from
Closed

Multiple Config File Support #766

wants to merge 9 commits into from

Conversation

ColeGreenlee
Copy link
Contributor

No description provided.

ColeGreenlee and others added 7 commits July 24, 2016 23:50
People are able to throw all of their test configs into this folder and
they are ignored whilst doing a commit, minimizing the risk that someone
uploads a password-containing file to GitHub

This commit creates the configs folder
This just makes the config directory to be ignored. Had to do this in
two sets to actually put the example files into the folder first.
Also changed the directory for the release config to look for
@solderzzc
Copy link
Contributor

SIMBA: This is documented well, I want to merge.
Github: This branch has conflicts that must be resolved

@ColeGreenlee
Copy link
Contributor Author

What do I need to do to resolve the conflicts? A bit new to this.

@solderzzc
Copy link
Contributor

click 'Use the command line' below this line, many thanks
|
|

@ColeGreenlee
Copy link
Contributor Author

Sorry, I'm not seeing anywhere to click that? Can you specify a bit more?

@solderzzc
Copy link
Contributor

solderzzc commented Jul 25, 2016

hmm, you can search 'Use the command line' in this page.. :)

@ColeGreenlee
Copy link
Contributor Author

Yeah, still not seeing it. Are you able to see it since you've got more permissions than I?

@solderzzc
Copy link
Contributor

Step 1: From your project repository, check out a new branch and test the changes.

git checkout -b ColeGreenlee-dev dev
git pull https://github.com/ColeGreenlee/PokemonGo-Bot.git dev
Step 2: Merge the changes and update on GitHub.

git checkout dev
git merge --no-ff ColeGreenlee-dev
git push origin dev

@dmateusp
Copy link
Contributor

@ColeGreenlee you can also do a quick
git fetch [FROM THE DEV BRANCH]
git pull [FROM THE DEV BRANCH]

then you solve merge issues
commit changes to your branch
push to your branch

This will update automatically the Pull request and should solve merging issues

@ColeGreenlee
Copy link
Contributor Author

Okay, I done goofed and killed my local stuff. I'm gonna try this again in a second. Thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants