大约有 4,100 项符合查询结果(耗时:0.0192秒) [XML]
Git Bash is extremely slow on Windows 7 x64
I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue is that Git Bash consistently becomes slow.
...
How to search through all Git and Mercurial commits in the repository for a certain string?
I have a Git repository with few branches and dangling commits. I would like to search all such commits in repository for a specific string.
...
How do I push to GitHub under a different username?
A friend and myself are sharing my computer. I've made pushes to GitHub using the git bash shell on Windows 7. Now we're in a different project on that computer and I need her to push to her account. But it keeps trying to use my username and saying I don't have access to her repository:
...
Find size of Git repository
What's a simple way to find the size of my Git repository?
8 Answers
8
...
Files showing as modified directly after a Git clone
I'm having an issue with a repository at the moment, and though my Git-fu is usually good, I can't seem to solve this issue.
...
How can I undo a `git commit` locally and on a remote after `git push`
I have performed git commit followed by a git push . How can I revert that change on both local and remote repositories?
...
Git push requires username and password
I cloned a Git repository from my GitHub account to my PC.
24 Answers
24
...
How to keep a git branch in sync with master
At the moment git is doing my head in, I cannot come up with the best solution for the following.
6 Answers
...
Git: can I suppress listing of 'modified content'/dirty submodule entries in status, diff, etc?
Somewhen (around the 1.6.x releases, I think) git became aware of changes inside submodules. That only serves to annoy me:
...
Git: list only “untracked” files (also, custom commands)
Is there a way to use a command like git ls-files to show only untracked files?
9 Answers
...
