Git is an open-source DVCS (Distributed Version Control System).

learn more… | top users | synonyms | git jobs

0
votes
0answers
32 views

why is my git working but not asking for password and the user on the server is unknown

My git working, but it is Not asking for a password on push or pull, and the user on the server is unknown. I did not install pageant. The repository is private. I access it from my office ...
2
votes
2answers
27 views

Does Git store amends?

I know they exist in git reflog, but if I push a commit to a remote repository, amend, then git push --force (warning: pushing --force to remote repositories should usually be avoided), will the ...
0
votes
0answers
15 views

Maven-Release-Plugin: Force to use specific version of scm provider

I'm in the process of trying to migrate our repository from SVN to Git and I'm having trouble with the release plugin on a very large project. The problem can be tracked down to where the ...
2
votes
1answer
27 views

Git pull - fatal: read error: Invalid argument

I'm trying to pull using msysgit 1.8.1 (tried with 1.7.10 and .11, too, with the same result) and always get an error which I don't know how to debug/resolve: E:\java\myproject>git pull Enter ...
2
votes
2answers
39 views

Git: rebasing a branch

I'm trying to make sense of rebasing in Git and have a question whether or not it's good practice to use rebasing in this scenario: I have a branch called 'feature' which is branched off from another ...
1
vote
0answers
22 views

Best practice using and merging external Git repositories

I have this internal project in our internal Git-repository A, where I had to add and adapt a major part of code from an external library from an external Git-repository B. I did not add the total ...
3
votes
0answers
23 views

Git filtering after renaming the folder

I have this situation. I was refactoring my repository into two src folders so that I can split the folders with git filter-branch. so instead of src i created AAA and BBB folders The problem is ...
0
votes
3answers
36 views

How to migrate SVN repo with full codebase to GIT repo?

Can anyone please provide proper urls pdf or detailed steps to migrate SVN/CVS repos to GIT_repo ?
0
votes
1answer
13 views

lesskey config does not get used by less pager when used with git on OSX

This works fine in Linux so I'm wondering if this is a problem with the version of less that the Mac is running. I have the same ~/.lesskey file set up, lesskey runs successfully in both places, the ...
-1
votes
1answer
24 views

git show <commit> --oneline not showing oneline

I am using version 1.8.3 of mysysgit and it seems that the --oneline command does not give me just one line per commit, I get all of the diff lines as well. git show HEAD --oneline and even git ...
0
votes
0answers
17 views

How to install GIT Client in Ubuntu 10.10?

In ubuntu 12.04 I use the command sudo apt-get install git but on a 10.10 machine it won't because its not already available in the repository. Im trying to find a .deb but no luck. Can somebody help ...
1
vote
0answers
21 views

How Can I Do GIT SVN Correctly?

In a work environment, our version control is Subversion, and that's unlikely to change. I wanted to use GIT locally, mostly for the advantage local repositories brings. Context. Base URL: ...
0
votes
1answer
30 views

Sourcetree and GitFlow - not showing color branches

Code base getting large. Decided to get better at GIT... I am using xCode and decided to move away from xcode git and to SourceTree. I am keeping my code local on my machine but would like to get ...
2
votes
1answer
57 views

Git Merge Disaster

I was working in a branch (SRC) and had a bunch of uncommitted changes I was going to move over to another branch (DEST). I was in SRC and did "git merge DEST." Forgot to commit my changes before. It ...
1
vote
2answers
27 views

How to copy a range of non-merge commits to a new branch?

I have a feature/branch that at various points merged the develop branch into itself during its history. I want to take all the non-merge commits (ie. only the commits that were made originally onto ...

1 2 3 4 5 1883
15 30 50 per page