Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
3
votes
1answer
2k views
Similar software to SourceTree
Is there a similar piece of software to SourceTree, a GUI for git, for Linux? I know about Giggle, git cola, etc. I'm looking for a beautiful, easy to use GUI for git.
1
vote
0answers
96 views
git deploy using sudo nopasswd
I'm trying to write simple post-recieve script, which would switch to webserver user and pull git repository. To do so, I added git user to sudoers (I've added this to very last line):
git ALL = ...
1
vote
0answers
59 views
How to install master branch of freeradius on Centos
Could someone take me through the steps to install the master branch of freeradius on a fresh Centos 6 installation?
1
vote
0answers
530 views
Git-SVN Not Allowing Me to Authenticate
Git 1.7.9.1 on Arch Linux:
git svn init -s https://app.svn.beanstalk.com/repo
Initialized empty Git repository in /path/to/repo/.git/
Authentication realm: ...
1
vote
0answers
894 views
Git hangs indefinitely when trying to push --all to GitHub
When I try and push --all to GitHub, the Git transfer starts out fast, slows down, and eventually stops. It doesn't fail, it just slows to a halt. What's going on? This is really frustrating, I'd ...
0
votes
0answers
337 views
gitweb.cgi: “Premature end of script headers: gitweb.cgi”
I'm running LAMP on Arch and now want the gitweb going on apache. Followed the instructions as in https://wiki.archlinux.org/index.php/Gitweb but on the gitweb directory (here ...