Tagged Questions
1
vote
0answers
148 views
git Bad file number
I've been trying to git archive a new version of the system I'm currently working on, but, suddenly, the git archive command, which I used to use, stopped working.
I use the git archive followed by ...
1
vote
1answer
31 views
automatic Suggestions for Checking out/seeing diffs for files modified
I have a big project, in which while working on any feature, I could be making edits to 6-8 files, each in turn nested some 6-10 levels. (Currently I copy paste the whole filepath using ctrl+shift+c, ...
2
votes
2answers
364 views
git diff filtered by file name
I would like the results of git diff to be filtered by the file name.
In particular, I want a diff for all of the files named "AssemblyInfo.cs", but located anywhere within the git repository.
I am ...
3
votes
3answers
291 views
GIT Weekly Activity
I would like to generate a weekly GIT report, where I can see how many code has been submitted and deleted by each developer in specific timeframe.
The purpose is to get general overview of ...