Tagged Questions
0
votes
2answers
20 views
How do you edit a branch in Git?
Coming from a SVN world, wrapping my head around Git has been a little weird, and I'm having trouble letting go of some of the practices ingrained in me from using Subversion for so long. So, for ...
-1
votes
1answer
47 views
Check out an existing Remote Branch
I am new to GIT. Please help me, I am stuck at this point.
In my Remote Repository (github.com), already a branch by name code-267 is present which was created by a different developer.
My ...
0
votes
1answer
37 views
Force my local master to be origin/master
I've let master and origin/master get stuck in the sidelines, and am no longer interested in the changes on that branch.
I followed these instructions to get my local master pointing to the right ...
2
votes
2answers
33 views
If we delete a branch on the server, can we automatically delete it in our local copy?
Usually, when I send Pull Requests on github, I would create a branch, make my changes, then ask them to merge that branch into their repo.
Once that is done, on Github, I delete the branch (but ...
1
vote
3answers
43 views
Git: how can I have modified files and still checkout other branches?
I had to modify a few files in a project, but they are configuration files and I don't want to commit them (the config is just for my environment).
However, I'd still like to change branches, but when ...
1
vote
1answer
18 views
GitHub Multiple Repositories vs. Branching for multiple environments
This might be a very beginner question, but I'm working on a large production website in a startup environment. I just recently started using Heroku, Github, and Ruby on Rails because I'm looking for ...
0
votes
0answers
31 views
Git crashed while executing checkout command
I was updating all my git repo branches. The update was successful. But, somehow my system hanged while I tried to change the working branch. I was previously on branch1 but when I tried to change it ...
1
vote
1answer
22 views
Messing up with branches, old master branch shows files from the new branch?
As you can understand I'm still learning Git and how branch works. Anyways:
I was working on a local master branch.
I created and switched to a new fcwdetection branch for adding some code, using my ...
0
votes
1answer
37 views
How to make a commit and pull-request on a branch in Github?
Seems fairly easy I thought...
I forked a repo called abc and cloned it locally.
The original repo I forked from has a branch called 2.1-stable
I don't have this branch on my repo or locally
I need ...
-3
votes
2answers
71 views
GitHub: What is a “wip” branch?
When I was browsing GitHub repositories I quite often saw "wip" branches (e.g. 3.1.0-wip). What does "wip" mean?
I couldn't find the answer anywhere - neither on Google nor on GitHub:help.
2
votes
1answer
57 views
Github remote Branch and Local Git Repo
Added a new Branch to my Github, but can't find a way to have my local repo "know" about it. I have my local repo using the master branch (the only one it knows about), and it is several commits ahead ...
0
votes
0answers
11 views
gitHub Commit History
I've created a feature branch off of the master branch on gitHub. My feature branch has all the commit history from master. How can I only track unique commits on the feature branch?
5
votes
1answer
77 views
Does GitHub garbage collect dangling commits referenced in pull requests?
The following situation arises from time to timeā¦
I git checkout -b experiment, commit some experimental changes, and open a pull request. After some discussion, the pull request is rejected.
If ...
0
votes
2answers
61 views
GitHub working on separate branches but same class. How would we merge this?
We are currently 2 people working on a project. We use github, we have one master branch. And 2 sub branches for each developer. So in total we have 3 branches with master.
Lets say we have a file ...
0
votes
1answer
36 views
Getting a complete copy of a branch from github
The repository I'm using has a branch called next. When I cloned the repository initially, it set up my default branch as master. I've switched my default branch to next online, and I've checked out ...
0
votes
1answer
27 views
github branching and merging
I'm relatively new to github (I've pushed my rails app to a repo and I push it up regularly to keep it updated, with a 'commit' message, which is very handy to see where I am) and I just want to check ...
0
votes
1answer
53 views
GIT : All new branches come under previous branch
i'm new to git
SO this is my repo
https://github.com/nayak94/nayak-kernel
was working on the branch 0.1
now wanted to try some new feature so made a branch 0.2
using "git checkout -b 0.2"
now it ...
-3
votes
3answers
55 views
Why do I only see my master branch on github?
For some reason my Branches are not showing up in Github. However, when I execute git tag --all they show up there which indicates they are not missing.
Why would I only see the Master Branch in ...
1
vote
1answer
33 views
GitHub: Merging old branches
So say you branch off your master to create a "new feature #101" for your application. Now this feature isn't going to be pushed to the master until X months from now (we'll say 3 months). In that 3 ...
1
vote
1answer
108 views
Git Pull: EGit with GitHub
I followed the tutorial http://wiki.eclipse.org/EGit/User_Guide#GitHub_Tutorial to setup EGit with GitHub. When I want to pull I had the same problem described here: The current branch is not ...
2
votes
2answers
145 views
git branch delete - HOOK
I have ready many articles about protecting remote branches...
I however would like to capture in a git hook the following LOCAL repo command:
git branch -d abranchthatshouldnotbedeleted
I would ...
3
votes
1answer
195 views
Closing a GitHub Issue while on a different branch
I am not working on the Master branch. I am working on a different one newFeature , which is also published on github.
I know how to to close issues when working on the Master branch: Closes #XXX.
...
3
votes
2answers
207 views
Can't push branch to github
I forked a github repo and cloned the fork to my machine. Then I created a new branch from master called #25 (the issue's ID I want to fix). I fixed the bug and commited to by branch. Now I'm trying ...
0
votes
2answers
64 views
Where are the Git branches stored?
I'm working on a website and constantly switching from development mode (where the code has every URL in it pointing to localhost, the database is named "project", the user "root", empty password, ...
1
vote
1answer
415 views
Git merge and push
I am starting with Git, so I feel that this question could be the newbiest question of day because this task is so simple, but it's causing a terrible headache..
I have 2 local branches:
master
...
0
votes
1answer
112 views
TeamCity 6 + Github: Configure VCS root for branches
We're using TeamCity 6 together with Github Enterprise.
Our current project has quite a lot of branches.
The current setup of the build configurations is that we create a new VCS root for every ...
1
vote
1answer
30 views
Github branches for multiple customers
I have an iOS that app that I need to deploy to several clients. Each clients has a few small changes in the app (images, provisioning files, app name, etc). 95% of the app is the same for all ...
1
vote
1answer
49 views
My git branch on github should be only 2 ahead but it is also 2 behind
I made a branch from ma master branch called development. The development branch got 2 new commits. Meanwhile the master branch got 1 commit, which was a mistake, then I reverted it and pushed. So far ...
1
vote
1answer
100 views
Git (DVCS) Best Practice
I am new to Github and recently forked somebody's project to make my own changes. Now though I learn it's best practice to create each new feature or bug fix in a new branch. Up until now I was just ...
2
votes
1answer
119 views
I updated the branch of a pull request from upstream/master. Will it pollute the pull request if I push the branch again to github?
I forked a project, created a feature branch, implemented the feature and sent a pull request. While waiting for the answer I updated my local code from upstream and now I'm wondering if I later have ...
1
vote
1answer
42 views
Best way to add an existing repo to git to a different branch behind proxy
There is a website in production.
I want to push the files in Git.
I think the client did copy all the files from his computer to the server using ftp.
I think he pushed his git perso files, cause I ...
2
votes
1answer
65 views
Set remote branch to a commit we don't have locally
Some intern did a force push on master yesterday. After we've done scolding, ;) we looked at the result. Luckily, we had an almost up to date version of the master on one machine, only some pull ...
0
votes
3answers
237 views
delete a github branch [duplicate]
Possible Duplicate:
How do I delete a Git branch both locally and in Github?
First of all, i read how to remove a branch, but for some reason is not working on my project: ...
2
votes
2answers
53 views
Git change history of feature-branch into a new branch?
Someone else can better reword this question, but here is what I want to do:
I have been working on a long lived major-refactor branch B. I have been regularly merging master in and by now branch B ...
4
votes
4answers
116 views
How to branch and merge properly with Git?
I have searched all other the web and read many instructions but it just doesn't work and/or behave how I expected.
I was working in master and had just finished working on version 0.1 on my project ...
1
vote
1answer
58 views
github create same tag for both the master and gh-pages
I've created a repository on Github, and at some point I've created a tag on the master. Now for the branche gh-pages I want to create a tag also with the same name. But thats not possible. I can see ...
4
votes
1answer
118 views
teamcity action on branch delete
I'm looking at maybe setting up a teamcity CI server for use with a git (github) repo.
I'd like to have teamcity build each branch that gets pushed to the main repo and it seems like TeamCity ...
0
votes
1answer
53 views
Git tracking remote repo
First off, we are just moving to GIT and I don't know how to accomplish my goal.
I have a project CORE that needs to be split off for a client as the client wants a CUSTOM project. Mostly only the ...
2
votes
3answers
295 views
Why does git say I am 40 commits ahead when I seem up to date and a push-pull (no files) fixes it?
I switch to master and it says I am ahead by 40 commits:
$ git checkout master
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 40 commits.
But when I then do a pull it says I ...
0
votes
1answer
120 views
Restricting user's push commands privileges
How can I not allow the users to make pushes that are going to create a new branch in remote repository?
And is there anyway not to let the user push to a certain remote branch in github ,e.g restrict ...
0
votes
4answers
438 views
fix conflicts for git merge branch to master
How do I merge this branch to master?
thufir@dur:~/NetBeansProjects$
thufir@dur:~/NetBeansProjects$ git clone -b 4.GUI_loading_messages_slowly git@github.com:THUFIR/USENET.git
Cloning into USENET...
...
0
votes
2answers
39 views
branching a git repository
I have been given access to a git repository. I would like to create a new branch to the existing code. I am unable to find proper steps online to do this process. I believe i should first setup the ...
1
vote
1answer
56 views
I've changed my branching system. How can I sort it out on github?
So I've kind of done something a bit unusual. I had a couple of branches, master and dev. master had the latest stable version, and dev would have the bleeding edge, and would be merged into master at ...
3
votes
3answers
298 views
reset --hard git remote branch to SHA in remote reflog but not in local repo
Is there any way to reset a remote branch pointer to a SHA that you know is in the remote reflog, but that you don't have in your local repo?
I'm very familiar with how reset (soft/mixed/hard) works ...
3
votes
2answers
1k views
GIT: How to protect the branch from being removed by other developers?
After the first release of our product, we will be switching to a different branches for the main development and feature development. Is there a way to create a branch in such a way, so that we can ...
4
votes
2answers
1k views
Can't push branch to github “Use git@github.com:Paratron/spacebattles.git”
I have a working branch in my Mac names database and I would like to push this branch to GitHub and have tried to do this by running:
git push -u origin database
And get the following error ...
2
votes
1answer
377 views
Dealing with Jekyll and Git
I use Jekyll with a custom Coderay, so I have to maintain 2 branches on GitHub
master; The generated HTML site
source; Markdown files, etc
On the source branch I have a _includes folder that I ...
1
vote
2answers
119 views
Github etiquette for deciding on whether to create a new project or branch an existing one
I am new to Github. I have ported a small open source Github C project to C++. I have added a new method, renamed most of the methods to more descriptive names, deleted a bunch of redundant (in my ...
6
votes
1answer
397 views
How to protect “master” in github?
I have a few contributors in my github project. I want to allow only one of them to "push" to master. And this guy is not me (the owner of the repository). Is it possible to do?
4
votes
1answer
124 views
How to choose the right branch/fork to use by looking on the github's network graph?
I need to use 3rd-party code that's available publicly on github. I'm looking at the github's network graph of that code and I can see that other forks have some commits that aren't merged into the ...


