-
Notifications
You must be signed in to change notification settings - Fork 277
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
Git Newb questions #140
Comments
|
3This is a lot more difficult to answer but in general keep working form the current TeamPorcupine/Master. The best you can really do is look at the list of pull request and try to work on different things than what they do. Then when they get accepted you can pull from TeamPorcupine/Master and try to integrate with it then. |
@emilkris33 Did you just answer #1 twice? If that wasnt your intention you should edit your initial post and not make a new one, markdown doesnt allow you to start a numbered list on 3. |
Thanks for the replies, I'll try to get the hang of this. |
@Raketfart what do you mean by you cant leave your branch? Is it because you have "staged" changes? That's a Git concept you should look up. Your changes to your files can either be staged or unstaged and you should be comfortable moving between them. |
Thta's the same issue as i am having, apply the changes to your master. Later you can rebase your PR and force push wihtout the 5 license files |
I haven't changed these txt files, and don't want to risk accidentally adding these files to my PR. I'll close this for now - thanks for all your replies. |
Is it because the line ending commits? If so I believe it will be fixed by #143. |
Having never used Git in a team before, I'm a little clueless here. Sorry if these questions are a bit dumb.
The text was updated successfully, but these errors were encountered: