[git-users] Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
I am having trouble getting mvn release:prepare to work with github scm connectionscm:git:http://github.com/kolotyluk/java-file-utilities/connection urlscm:git:http://github.com/kolotyluk/java-file-utilities/url

[git-users] Crashes in Git -- git add doesn't like the file changing

2014-03-19 Thread Dale R. Worley
I have been running a cron job that does a git add and git commit of my entire home directory every minute. It provides a record of what I've been doing. (Every night, I run a script to prune some of the older commits to keep the disk usage under control.) The git add would occasionally crash,

[git-users] Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
Now I have scm urlhttps://github.com/kolotyluk/java-file-utilities.git/url connectionscm:git:https://github.com/kolotyluk/java-file-utilities.git/connection developerConnectionscm:git:https://github.com/kolotyluk/java-file-utilities.git/developerConnection /scm But it still hangs...

[git-users] Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
Ok, adding server idgithub.com/id usernamekolotyluk/username password/secret//password /server to settings.xml did the trick. Many thanks Stephen, and Russell. Russell, this would be a good step to add to Video6_3.mp4 Why is ssh better than https? Cheers, Eric On

[git-users] tracking clone activity from central

2014-03-19 Thread Bruce Hart
i'm new to git so i don't know if i have the lingo down yet but here goes. is there a way to run a report to see any changes that have been made with the clone repos but not pushed yet to the central repo? basically something that would let the project leader nag those who were lagging with

[git-users] git version mismatch between central repo and clone repos

2014-03-19 Thread Bruce Hart
in an enviroment with a central repo and then a bunch of clone repos it is important that all machines involved be running the same version of git? in our case we have an old ubuntu server where we put our central repos that is running git 1.4.4 whereas we're running a recent version of git on

[git-users] Bug report for git gui.

2014-03-19 Thread p . p11
Hello, Is it the right place to report bug on git gui? Or else where can I report git gui bug? Thanks, Pascal. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an

[git-users] Problems with com.github.github:site-maven-plugin:0.9:site

2014-03-19 Thread Eric Kolotyluk
I configured things according to https://github.com/github/maven-plugins But when I try to run 'mvn site' I get the following errors. Does the gh-pages branch need to be created manually first, or should the plug-in do that automatically? Or am I chasing some other type of error. Cheers,

[git-users] Can I use git as auto-updater

2014-03-19 Thread Senjin Dragon
Let me sketch out what I'm trying to do. I'm not sure if I can use git for this or not. I think I can but I'm getting headaches going through the documentation and experimenting. It's all a bit confusing to me. I run a minecraft game server and associated client on my machine and a friends