1
vote
1answer
32 views

Egit push doesn't change files in remote repository

I came to know about the git / egit version control system last week, seems too good to be true .So thought to shift from SVN to git..Since last week I am trying to understand the basics and concepts ...
0
votes
2answers
37 views

experimental branch: how to record multiple alternative implementations?

I've set up an experimental branch in git, but I'm trying out a few different implementations of a feature, using different libraries. I'd like to keep a record of these, as my own documentation of ...
0
votes
0answers
13 views

Replace CA Endevor with open source SCM tools like SVN/GIT or something else

i have to write a paper about replacing Endevor with open source tools. My professor explained me Endevor as a source code management tool where i could create 3 stages for example: First stage ...
1
vote
1answer
13 views

How does the Eclipse CDT indexer cooperate with version control?

I use both Git and ClearCase for different projects. I always wonder how the Eclipse CDT indexer cooperates (or not!) with the underlying version control. For example, when you "git checkout" ...
2
votes
2answers
26 views

Issue resolving conflicts in git

When I do a pull in git and have to do manual conflict resolution, I then do a rebase and I end up having to resolve the same conflicts again. I want to figure out a process where I only have to ...
0
votes
3answers
26 views

git: how to insert a [non empty] commit as the first, shifting all the others?

I want to insert a commit on my master branch that precedes my whole history. I have this software stack that I changed and commited the changed version as the initial commit. I realized my mistake ...
-1
votes
1answer
27 views

Using Git to put newly created source into GitHub repository

I have a repository on GitHub at https://github.com/andrewthommo/ComA I have newly created source on my local file system that I would like to enter into that repository. After looking at this ...
2
votes
1answer
24 views

Can a git repo be told to use the working copy as base data?

I need to apply version control to some very large files (1GB and up). (Yes, I know what I'm doing.) I'm stingy about storage space as I will have to back this data up over a relatively slow DSL line. ...
0
votes
3answers
34 views

Committing Code in Git where branch is ahead of origin by one commit

I have a scenario where i am working on a qa environment. I made some changes into the source code using vi editor. Now i want to commit above changes into the branch and then possibly push the branch ...
1
vote
1answer
14 views

Is there a way to merge the commit history from an SVN repository to a Git branch?

We currently have several small semi-related SVN repos that are inactive as far as commits go. However, they occasionally need to be used and/or their commit history needs to be reviewed. We would ...
0
votes
1answer
43 views

GIT GUI client on Windows for Unix GIT installation

Our company programs and runs data analysis on a Linux server. The programming is done in Windows clients (SAS, generally). Each project is only programmed by one person and is reviewed by another. ...
0
votes
1answer
17 views

Do git-clean changes propagate to remote server on git push?

I have accidentally git cleaned my local repository and i know i can't get those untracked files back. But i want to know if this change will be propagated to remote server (when i git push) or not?? ...
0
votes
2answers
33 views

Create new git repository excluding history but allow merges back

I have a tricky Git situation. I have a single Git repository, that I now need to share with another organization, and allow them to modify and submit changes back to me (and keep updated with future ...
0
votes
5answers
58 views

Language agnostic way to remove sensitive information from files before committing to Git

What are the recommended procedures for automatically removing sensitive information from files before committing to Git? For example, say I have the following in a file called code.rb: ...
0
votes
2answers
36 views

Git - fetch+merge on feature branch, rebase on master

I have spent the last half hour reading up on merge vs rebase at Stack Overflow. As I understand things, rebase is good because it maintains linearity, but can be confusing for collaborators because ...
3
votes
3answers
78 views

How to avoid git conflicts in a team?

We are some developers who work on same project and we use git for the project. If two or more of us happen to work on same file, we receive git conflicts which are hard to deal with, sometimes ...
1
vote
2answers
44 views

Make a git commit unpushable to Subversion?

I use git locally, and git-svn to work with a shared Subversion repository. I have a local branch with some parameter changes that are relevant to my test environment, but that I would never want to ...
1
vote
1answer
24 views

Git folding commits without squash

I have the following scenario: I have some staged changes and I have 3 commits ahead of master. I want the staged changes to be apart of the oldest commit of the three. There are a couple ways I know ...
0
votes
1answer
15 views

Does tag record state of branch or the entire repository?

I have two branches "master" and "develop". I have been tagging the master branch with version numbers (i.e. "v1.2.3") and have started to tag BETA releases in a similar fashion ("v2.3.4-beta-1") ...
-1
votes
1answer
27 views

Private repository collaborators and issue tracking [closed]

There are basically two questions I have. Recently; I upgraded my GitHub account for a project in my college and set the repository to private. Now, two more users/persons also want to access the ...
1
vote
2answers
24 views

What happens to files in folder when you switch tags using Git?

I have a folder with a git repository on my computer. When I checkout the latest code I am able to see all the newest files and changes. If I want to go back and look at a previous tag, I run the ...
3
votes
2answers
37 views

using git to maintain a shared codebase

I'm not quite sure what the right terminology is to use for this, so please forgive me in advance if I munge things horribly. I currently maintain a codebase in git for an app that I publish in the ...
1
vote
2answers
29 views

What is the differences between local branch, local tracking branch, remote branch and remote tracking branch

I just start using git and I got really confused between different branches. Can anyone help me to figure out what is local branches, local tracking branches, remote branches and remote tracking ...
-1
votes
3answers
54 views

What are the benefits of creating feature branches? [closed]

When using Git for source control, what are the benefits of using feature branches over just committing to the "develop" branch?
1
vote
2answers
79 views

Finishing a feature branch with GIT Flow

From my understanding one of the advantages of creating feature branches is so that you can easily see where large groups of commits have been merged into the develop branch. Upon finishing a feature ...
1
vote
0answers
31 views

Finish Feature with GIT Flow failed first time worked second?

I am using SourceTree with a BitBucket repository and have been using GIT Flow. I have been working on my first feature branch and have decided to use the "Finish Feature" option to merge it into the ...
0
votes
1answer
19 views

Git undo changes to files which match regex in particular changeset

Say I have a bunch of files which were modified by changeset X. This changeset is currently HEAD. I want to separate all changes to files that match regex '*Test.java' into another changeset. If I do: ...
2
votes
5answers
217 views

Understanding Git Graphs

I am new to Git and need help understanding Git history graphs, i.e. the relationship between commits and merges as they are displayed on the graph in tools like SmartGit or GitGui. In the image ...
1
vote
3answers
33 views

What is the difference between git push and git push origin

I'm having trouble differentiating between the two git statements, how exactly does one differ? Or do they differ at all?
0
votes
2answers
28 views

How do I incorporate a custom control from github to my project and stay up to date

I use a couple of custom controls from github, thus far I've always added source code files as new resources to my project in XCode. But I have now seen this repo getting updated frequently, it made ...
0
votes
1answer
41 views

Git-tfs fetch and diff

I've been using git-tfs and been doing git tfs pull all the time. Now I'm trying to find a way to see diff before merging after git tfs fetch and can't find a way. git remote doesn't show a tfs repo ...
0
votes
1answer
14 views

How do a use --relative with git format-patch?

When I use git diff --relative HEAD^..HEAD, I get some nice output for a patch that I strip out the path outside the directory it is in. I am starting to use git format-patch and I would like to also ...
0
votes
1answer
21 views

Setting up bash shortcut for committing to git with the current branch as message

SO I'm trying to setup this shortcut in bashrc to commtitting to git using the current branch name as the commit message and I have this: git branch | grep "*" | sed "s/* //" | git commit -m but ...
1
vote
1answer
20 views

Attempting to interpret output of 'git log --graph'

I've done a 'git --reset hard origin/master' on a local branch so I'm expecting my local branch to match exactly to the remote one. However when I do a: git log --graph --oneline --decorate --all I ...
0
votes
1answer
31 views

Change Git Commit Message [duplicate]

I've made a terrible mistake. Looking back on my git commits, it seems that somehow I've managed to get some incorrect data on each of them. My git commits, rather than looking like this ...
1
vote
0answers
33 views

How to list branches that contain an equivalent commit

In a prior question someone provided an answer for finding branches that contained an EXACT commit: How to list branches that contain a given commit The accepted answer highlighted that this only ...
0
votes
2answers
51 views

Dependency Management In SCM

For the sake of argument let's say I am working on a project, X, which has a dependency, Y. Now Y is a stand alone open source project regularly maintained and updated by third parties. I check out ...
0
votes
1answer
21 views

Maven repository manager and SCM systems

Using Apache Archiva as a repository manager to control what maven artifacts users download. Want the artifacts managed by Archiva to reside in a SCM system (git) to be able to clearly tag everything ...
0
votes
1answer
67 views

IPython Notebook %%bash Magic Error

I'm trying to follow a version control tutorial in an IPython Notebook by Fernando Perez, a static version of which can be found here. He uses the %%bash magic extensively, but When I use it I get ...
1
vote
1answer
38 views

Access control with Git on the server (not gitosis or gitolite)

I am trying to set up access control per repo only (with the three permissions no-access, read-only, read/write). I am having an external application control it, which makes syncing admin git repos ...
0
votes
1answer
48 views

Incorrect commit time after svn import

After importing SVN repo using git svn, all git commits have incorrect time (1 hour after SVN time). Any ideas how to fix this?
1
vote
3answers
57 views

Version control with multiple versions

I have a general version control question. I have recently written an application and have plans to build upon my current work with new features. My intention is to end with two different ...
0
votes
1answer
41 views

How to manage few project's codebases in one Assembla repository space?

Yesterday I signed for private free Assembla account. I want to use it to manage few small projects. It seems to me good idea to have only one Assembla repository space for all of my small (php) ...
1
vote
1answer
37 views

Git : how to revert one commit on master and push new changes

I have created one new branch X Then I merge this branch with local master and push local master to origin Then I do more changes on branch X I would like to push these changes to origin but on ...
1
vote
2answers
85 views

Git: how to add a file but not track it [duplicate]

In our .gitignore file we have database.php because it's a db config file which needs to be specific to each developer's local installation. However, every time I checkout the branch I have to ...
0
votes
3answers
47 views

After git reset --hard HEAD, git pull still says: Untracked working tree file … would be overwritten by merge

After git reset --hard HEAD, git pull says: Untracked working tree file ... would be overwritten by merge any ideas? I did try a git fetch and git fetch --all already...
0
votes
1answer
53 views

Using git flow, how would I revert back to a previous release?

I'm using git flow for my projects. When a release has been merged into the master branch it is tagged with the release version (e.g. 1.2.0) and deployed to my production servers. Now I want to ...
1
vote
1answer
26 views

Composer: package installation requires svn/git?

How can I tell which packages require which version control? For example, I have the following Composer.json { "name": "sample/app", "description": "sample app", "require": { ...
1
vote
3answers
94 views

How can I version my .git/config file?

I have a .gitignore file like the following: .* !.gitignore And I would like to version my .git/config file such that when I do a git pull my .git/config file updates automatically. How can I do ...
1
vote
0answers
33 views

Hg-git not pushing commits on Github

I have this problem with hg-git where I can't push any commits to Github anymore. When before I had no problems at all. I have a Mercurial repo in Bitbucket where I push to Github, with hg push ...

1 2 3 4 5 47