Tagged Questions

1
vote
7answers
131 views

How not to scare programmers using Visual Source Safe :-)

I've been using Git for the past few months.. and love it. However when I really looked into how to host it in a corporate environment.. so a 10 person team who use Visual Source …
2
votes
5answers
69 views

git and empty folders

so I see git doesnt recognize folders, or should I say when the only change between commits is addition of empty folders to the working tree they're not show in 'git status' after …
0
votes
3answers
38 views

git and removing files

so the only way to remove files froma working tree and have git register it and incorporate that change in future HEAD's is to use 'git rm'? I just want to be sure. I've been usin …
1
vote
1answer
21 views

How to merge two remote repository.

I want to merge two remote repository. one is mainstream repository, which i did not have write permission. i want to track its master branch. the other is maintaned by us, i ha …
2
votes
4answers
105 views

Are there any high profile commercial users of GIT?

I'd like to introduce GIT into my organization, and it would help if I could point to some high profile commercial users of it. I know I could point at Mozilla, Linux kernel, etc, …
2
votes
5answers
116 views

Git in a company - hosting own ‘server’

Hi I am presenting Git to a 10 man programming team who currently use Visual Source Safe. They need to host their Git 'server' inside the company. Windows or Linux. Directory …
1
vote
1answer
28 views

How to setup git server which combined with other remote repository?

I want to build up a git server which provider source management on the project which is related to other project using git. For example, i checkout linux mainstream code, and mad …
2
votes
4answers
83 views

Is git worth for managing many files bigger than 500MB

I would put under version control a big amount of data, i.e. a directory structure (with depth<=5) with hundreds files with size about 500Mb). The things I need is a system tha …
4
votes
2answers
49 views

How to manage backups and monitor Git with a central repository?

I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individua …
0
votes
3answers
62 views

When you’re the origin repo in git, how do you do a local pull?

I have a server where I set up a Git repository. From my clients, I can execute git pull origin and git push origin and my changes are correctly pushed/pulled to the r …
1
vote
5answers
40 views

Referencing the child of a commit in Git

If you want to move the HEAD to the parent of the current HEAD, that's easy: git reset --hard HEAD^ But is there any simple way to do the exact opposite of this operation, that …
3
votes
1answer
33 views

“push” to non-bare repository

Hello. I usually work on a remote server via ssh (screen & vim), where I have a git repository. Sometimes, I'm not on-line so I have separate repository (cloned from my remote …
4
votes
1answer
90 views

Git tool to remove lines from staging if they consist only of changes in whitespace

The point in removing trailing whitespace is that if everyone does it always then you end up with a diff that is minimal, ie. it consists only of code changes and not whitespace ch …
3
votes
2answers
52 views

git ignore files only locally

Can I ignore files locally without polluting the global git config for everyone else? I have untracked files that are spam in my git status but I don't want to commit git config ch …
1
vote
2answers
30 views

How would I expand the ‘scope’ of an existing git repository to a parent directory?

I have a git repository in a directory a/b/, and I want to expand this so changes to a/ and subdirectories are stored too. Is there any way to do this simply?

1 2 3 4 5 107 next
15 30 50 per page