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

Git Questions #6

Open
alinal opened this issue Dec 6, 2011 · 3 comments
Open

Git Questions #6

alinal opened this issue Dec 6, 2011 · 3 comments

Comments

@alinal
Copy link
Contributor

alinal commented Dec 6, 2011

Hi everyone,

Here's a list of questions for Fernando that have been compiled so far:

  1. How to merge branches locally? (i.e. creating a branch and merging it into your own master branch)
  2. Is it possible to push to your own master branch instead of creating a new branch?
  3. How do you move forwards/ backwards in the code versions?
  4. How do you pull automatically from your personal remote?
  5. Workflow. Do we want to be able to push some things directly to silverlab/megavista?
  6. Lab README

Please add anything I've left out!

Alina

@cgratton
Copy link
Contributor

cgratton commented Dec 6, 2011

  1. What is the email address in .gitconfig used for? We were trying to determine what email might be best to put in here for the shared computers.

You can edit the git config file in your own megavista folder:
git config user.name "John Doe"
git config user.email "John@doe"

@alinal
Copy link
Contributor Author

alinal commented Dec 7, 2011

  1. Is there a way to follow other git repos within the megavista repo? I.e. Ariel's vista_utils.

git sub_modules- embedding one repo inside of another one.

However, this is really complicated and it's probably better to have a static copy of these files and update whenever the original repo gets updated.

@cgratton
Copy link
Contributor

cgratton commented Dec 7, 2011

  1. How do you resolve merge conflicts?

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

No branches or pull requests

2 participants