0
votes
3answers
40 views
Github and SVN Workflow
I'm working on a project with 2 more developers. The problem is that 1 developer is using SVN and the other developer and I using github. Is there a way to keep everything synced o …
0
votes
2answers
24 views
Github shows name instead of a linked username in commits
I just helped a friend to set up a Github account to collaborate on my project. His commits come through, but for some reason on the "Source" page of my repository next to his comm …
0
votes
4answers
84 views
Git pull certain branch from github.
I have a project with multiple branches. I've been pushing them to github, and now that someone else is working on them i need to do a pull from github. It works fine in master. Bu …
0
votes
2answers
62 views
Github first push problem… how to merge remote changes?
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to 'git@github.com:me/me.git'
To prevent you from losing history, non-fast-forward updates w …
11
votes
5answers
492 views
Why are ruby projects so dominant at Github?
Ruby is the most popular language at Github by far: http://github.com/languages
Compare that with the questions at stackoverflow: http://stackoverflow.com/tags
or the TIOBE ind …
2
votes
0answers
26 views
Tag messages on github.
In download section on github, you can download all version of the project associated with tags. But for some reason the tag descriptions are taken from the last commit.
This happ …
1
vote
3answers
34 views
github how to include files from master in new git branch gh-pages
github has this feature where you can publish "Project Pages" if you create a new branch gh-pages in your project. For full description see http://pages.github.com/
My project is …
1
vote
2answers
70 views
Accessing SSH key from bash script running via a cron job
I've put this script together to updated a folder of forked Github repositories on a daily basis. It runs fine if I call it from a prompt, but I can' figure out how to make it util …
4
votes
3answers
187 views
Workflow best practice with git and github?
I have been using git and github with my small team of developers for our projects. I can't help but think that we aren't doing it right. I am interested to hear how others use thi …
3
votes
2answers
44 views
Link to GitHub issue number with commit message?
Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?
0
votes
1answer
24 views
Pyfacebook from buildout
What is the best way to install the latest version of pyfacebook with buildout? The package is hosted on github and is not on pypi. This system doesn't have git installed, so a git …
0
votes
2answers
46 views
GitHub for .NET application on Windows?
I am an old time Visual SourceSafe developer but now I want to change the route. I heard about GitHub. Does anybody use GitHub on Windows for ASP.NET applications? What is your tak …
2
votes
3answers
60 views
clone parts of a github project
I'm trying to clone parts of a github project but I can only get the root folder.
This is the first time im trying to use github and I just installed tortoisegit, im used to svn an …
0
votes
2answers
64 views
Git Submodules. How do I make them entirely self-contained?
I'm a happy user of Github. Over time I have accrued a number of little unrelated toy repos. I would now like to create a container repo - call it playpen, pull my various toy proj …
1
vote
1answer
37 views
tracking a different branch on github
I am trying to track a different branch of a github project.
The project is restful_authentication:
http://github.com/technoweenie/restful-authentication
However, what I really w …
