Tagged Questions
1
vote
1answer
24 views
How do I configure Eclipse to use an existing git repository with existing source code?
I have Eclipse Juno with EGit and a project that I've been working on for a while. I've decided to move it to Git, so I created a Github account and downloaded and installed the program. The ...
1
vote
0answers
34 views
GitHub - completely messed up the local files of gitHub in my computer [migrated]
I created a repo in the wrong folder. Meaning the User folder in OS where all the user folders are from pics, videos to documents. So I pushed that all to gitHub without knowing and now I can't create ...
4
votes
3answers
27 views
Modifying Github repo that I am forked from
I set up my fork on our corporate repo but I accidentally forked from another user's fork. While it works ok I would like to change it to be forked form the base repo like it should be. I have made ...
0
votes
1answer
33 views
Getting Ready to work remote… Git Branches
I am getting ready to do some work remote from my job but I have a git question. If I go into my project and I do a
git pull
does this take down all the branches from the server or just the ...
0
votes
0answers
30 views
GitHub, Linux Server and Ownership Issues
I've got a private Git repo on GitHub and I have setup SSH connections between my server and github.com. I can pull my app from GitHub successfully on to the server but when I visit my app URL I get a ...
0
votes
1answer
30 views
Is there a mercurial plugin to provide github style calendar contributions?
The github contributions calendar is really nice. Is there a mercurial plugin which produces similar d3.js calendars for Hg repositories?
0
votes
2answers
19 views
Split Git repository or keep two repositories of the same folder
I use Git to track changes to a folder that contains all scripts and plugins for our project pipeline. So far so good. I'd like to share a subset of those files on GitHub. A subset, simply, because ...
1
vote
2answers
30 views
GitHub: What is the best way to manage different versions of an app?
I have an iOS app with two different versions, basically one is made to be published on the App Store (Online version) and the other one is for in-house distribution (Offline version).
What I'm ...
0
votes
0answers
16 views
Tried clone files from Git repo. Only (.git) folder is downloaded and it has nothing
I am new to Git.
I am in Windows7 and using CygWin. Below us the clone command I tried.
git clone http://git.fadv.com/abg/abg.git GIT1/
I got only HEAD files. Below are the folders and files I ...
0
votes
1answer
20 views
github “fatal: The remote end hung up unexpectedly”
When getting the error
fatal: The remote end hung up unexpectedly
What tests can I run to figure out what's going on? I've created a brand new git repository, and it won't push!
Here are some of ...
0
votes
1answer
30 views
Pushing to github issue
I have a project which was bound to the remote server on github, but somehow it stopped working, so I deleted the remote origin folder through the Organizer and reconnected fresh.
But now, I have ...
1
vote
0answers
25 views
How to submit multiple pull-requests in GitHub when they may conflict slightly
I am submitting two independent new features to a project as pull-requests. Each feature is in a topic branch, each branching from the tip of master.
/-- feature1
master ---
\-- ...
2
votes
1answer
34 views
push to github without sending changes that are already in another fork
I have forked a repository on github and didn't pull from parent for some time.
Since then, a lot of changes accumulated in parent (including many large files).
I've pulled them into my local repo ...
0
votes
1answer
25 views
Microsoft Visual Studio Tools for git push error
I'm trying to get used to the VS git plugin.
I'm using it with bitbuket and GitHub remote repositories.
Sometimes i get the following error :
An error was raised by libgit2. Category = Net (Error).
...
1
vote
2answers
67 views
Git: Getting someone elses project without forking
I'm fairly new to GIT and I've been trying to find an answer to this question on the internet but so far haven't found anything that speaks to it.
If I understand correctly the purpose of forking a ...
0
votes
3answers
56 views
git, made a pull-request but found a bug in my code, how to fix it?
I made my first pull-request not long ago, and I found a bug in the code.(meh)
I don't want to make a new branch and commit/push/pull request the new branch since this must have been in the first ...
0
votes
2answers
46 views
Github undoing merge
I don't know what happened but for some reason when I try to use github again I get this error saying that I'm trying to merge something. I completely want to undo the whole thing:
E325: ATTENTION
...
1
vote
3answers
61 views
git push -u origin master mistake
Ok, I guess this question is popular, but I just dint understand. I create a new repo on GitHub, then I go to my folder, where I have some code I do the next steps:
git init
git add .
git commit -m ...
0
votes
1answer
17 views
Trying to pull files into my local branch from a remote repo, but not all files seem to be getting pulled
I created a remote from the local repo I want to pull from. I then fetch it, and made a branch from it with git checkout -b test *remote-name*/*remote-branch* so I now have it as a branch that I'm in.
...
0
votes
2answers
39 views
Workflow for webapplication development without local development servers using git(hub) 1 coder + 1 webdesigner
I am a programmer and in near future I am going to work together with a web/template designer on several projects. What do you think about my development workflow setup? Do you have any optimization ...
1
vote
2answers
44 views
global .gitignore vs .gitignore in repository
If I have a global .gitignore setup and the project has .gitignore in repo does the one in the repo override the global one or does it add rules example:
If the global has:
*.exe
*.ini
and the ...
0
votes
1answer
55 views
connect my local git repository with github forked repository?
I created my private & local repository using git clone --bare $upstream
(detailed here How to create a git repository on my server from the github server?)
At that time, I didn't think I will ...
0
votes
2answers
38 views
No security on TFS+Git Service?
(see update below)
I'm evaluating Team Foundation Service and observing a somewhat strange behavior. Since I understand that TFS+Git repositories are private - I thought to see how security is ...
0
votes
1answer
36 views
Existing Heroku app and Github
I have an existing Rails app at heroku. I have a github account.
I'd like to use the Github Mac app to view/commit changes and push back up to Heroku. Can this be done? Or can the Github Mac ...
0
votes
1answer
35 views
Github doing unwanted changes on index.html
It's my first time using github and I've faced an annoying problem with it.
Me and my friend are working on a web project on github and we've worked on it for over a month without a problem. I've ...
3
votes
1answer
89 views
How to install Github for Windows offline?
As the question says how to install Github for Windows without an internet connection?
If it is not possible then is there some alternative client with the following features:
Support for proxy
...
1
vote
1answer
36 views
Incorporating a fork's contributions into your own repo — permission required?
This question might be closed, but honestly, I have no idea where else to ask it. It seems silly, but I think could become quite serious if not handled correctly.
The scenario is this.
Someone has ...
0
votes
1answer
29 views
Best practises for managing two repositories in one directory
When I create a new project, I usually do a git init in the project directory and then download the source of whatever framework I'm using (FuelPHP, django, etc) and copy it over to the project ...
0
votes
1answer
20 views
GitHub shows directories twice that have been renamed
I have a git repository that had a directory called Code. We wanted to remove the capitalization and change the directory name to code. We made that change locally and pushed it to the repo. Now on ...
1
vote
2answers
35 views
Cannot make header be indexed
I have a C project in eclipse (TI code composer dist) and have recently started using egit to commit and push to github.
I recently accidentally right-clicked on a header file and selected ignore ...
0
votes
1answer
22 views
After Installing Github for Mac Existing Project Reverted to Version About a Month Old
I recently installed Github for Mac. During the setup process I imported an existing Xcode project, which was open at the time. Upon doing that Xcode prompted an alert saying that the project had ...
0
votes
3answers
31 views
How do I plan my git workflow around some folders containing dynamic content
I am working on a PHP website with a friend and we want to convert to using proper version control, but because the site contains a lot of constantly changing files, e.g. user uploaded images, we are ...
0
votes
1answer
30 views
Configuring TeamCity checkout rules against GitHub repository
I've a repository on GitHub called FruityRepo. Inside FruityRepo I have two Visual Studio solutions, one called Fruit.Apple and another called Fruit.Pear.
I'm configuring TeamCity to build both ...
0
votes
1answer
27 views
Redefinition error when pulling GitHub
I've been using GitHub for a while for source control on a singular developer project but now I am trying to set it up across multiple machines.
Everything seems to be pushed correctly but when I ...
-1
votes
1answer
44 views
How do you properly pull to a new branch in git using github?
Hello I am trying to pull someones updates to a new branch in our project.
I had stuff I was working on so I stashed it and then created a new branch. Once I created the new branch I did a git pull ...
1
vote
1answer
33 views
Automatically write changelog to CHANGELOG.md in GitHub
Is there any way to automatically generate change logs from commit messages to a file called CHANGELOG.md in a GitHub repo?
Might be possible using a service hook on a repo?
0
votes
1answer
30 views
Removing changes from one file in a commit
I have a private repo with a single commit on Github -- specifically for a Rails project. My schema file was changed along with migrations, and a fellow dev wants me to remove the schema changes from ...
0
votes
1answer
30 views
git rebasing from local branch off remote branch
I have a local branch test, and I want to rebase off of the remote branch test, how would I do this? I have tried git rebase origin test, but the changes someone pushed a short while ago arent being ...
1
vote
1answer
31 views
reset a git repo to an old commit?
We have a repo in github
We are using sourceTree as gitclient
Is there a way to reset the repo to an old commit?
I have tried to do it locally with sourcetree, and I can go as far as resetting ...
2
votes
2answers
42 views
github newbie: clone doesn't seem to have gotten me the right files
I just tried to use git for the first time and got unexpected results.
I ran git clone https://github.com/dato/lesswrong-bundle.git which downloaded the following files to a directory called ...
1
vote
1answer
44 views
Git/GitHub Total Number Of Lines Contributed For An Account
I want to get the total number of lines of code that an account on GitHub has done. This is not for judging productivity or whatever (LOC is a poor choice for that), it's really just for our ...
0
votes
2answers
22 views
SSHing into another one of my machines, making some changes and pushing back - author is “root”?
Whenever I commit through the SSH, it has the author of the commit as "root". How do I change it to my actual Github username so it links to that account?
It's an Ubuntu machine if that helps.
0
votes
1answer
25 views
Github autologin through web
I have a private git repo for a test project, and I want some people to test it out. But getting them to submit comments/errors they have is hard since they are not really computer users who want to ...
0
votes
1answer
22 views
Messed up Git branching, how to fix
I am having some trouble with git (github), because I am new to this, my mind is thinking in SVN, and I guess I am just not getting this... please help.
So I was working on some branch_1 doing some ...
1
vote
2answers
51 views
git push not working inside a cron job
I am currently cleaning up a mess left by someone else on a CentOS 6 server. There is an application that is required to be backed up to a github account every 6 hours. There is a script that takes ...
5
votes
3answers
80 views
Check if there is a newer version of my local file in Github, with R
In short: I need to get the date of last change in a file hosted on Github.
In long: given that in Github I have a file (an R workspace) that once in a while is updated, I would like to create a ...
0
votes
1answer
29 views
Git reports fatal: write error: invalid argument with git clone on git: protocol
I'm trying to install gitflow on Windows 8 Enterprise, and whenever I run git clone --recursive git://github.com/nvie/gitflow.git I get a fatal: write error: Invalid argument. The clone works with ...
0
votes
0answers
29 views
Git push symbolic link targets. (homesick gem)
I could only find information about what happens when you push symbolic links to git, but not about when you push their targets.
My problem is that I wanted to have my dot files for vim in Github. So ...
0
votes
2answers
48 views
Building site on Heroku
I'm beginner on rails, heroku and git, but I've done all installation stuffs.
I created two projects on heroku.com, but I don't know how to change them from my PC (the way I looked from help doesn't ...
0
votes
3answers
31 views
How can one consolidate a number of .git folders & corresponding remote repositories into one super repository?
I'm trying to consolidate about 15 local git folders (with subfolders & files) / 15 repositories into 1 super folder / 1 super repository while maintaining each local folders git history and ...



