Search Results

1
vote
5answers
190 views

Injecting current git commit id into Java webapp

We have a git repository which contains source for a few related Java WARs and JARs. It would be nice if the Java code could somehow: System.err.println("I was built from git commit …
4
votes

GIT vs. Perforce- Two VCS will enter… one will leave.

I think in terms of keeping people happy during/ post switch over, one of things to get across early is just how private a local branch can be in Git, and how much freedom that gives them to make m …
5
votes

git equivalent of svn status -u

I can't think of a way to do it without actually fetching the updates (maybe someone else will). Assuming you are on the default branch "master" and the upstream from which these hypothetical updat …