Git is an open-source DVCS (Distributed Version Control System).
learn more… | top users | synonyms | git jobs
0
votes
0answers
15 views
Rebasing a branch diverges it from the remote branch
How can I rebase and not diverge branches?
I know rebase re-runs commits so new hashes are assigned.
My current solution is merging local with remote after rebase which creates a new commit.
Is ...
0
votes
1answer
37 views
Getting Ready to work remote… Git Branches
I am getting ready to do some work remote from my job but I have a git question. If I go into my project and I do a
git pull
does this take down all the branches from the server or just the ...
0
votes
3answers
25 views
Moving origin/master to HEAD instead of merging
I have a git repository for which git log --graph --all gives me this a the top of the tree:
* 726523b - (HEAD, master) Clean-up in .gitignore (2013-05-23 15:46:51 +0200) <Tomas Lycken>
* ...
0
votes
0answers
17 views
GIT merge with several targets in Xcode
I created a second target in my Xcode project and some images with the already existing names in the branding folder. Now if I commit the changes, push them to server and my teammate pulls them down, ...
0
votes
1answer
26 views
Completely overwrite a remote branch by the content of a local branch
I made a mistake when using git:
#In master, which has commits like a-b-c#
git push origin master
git checkout -b branch2
# Now I'm in the branch2, and I did:
git reset --hard a
# work...
git commit ...
0
votes
0answers
31 views
GitHub, Linux Server and Ownership Issues
I've got a private Git repo on GitHub and I have setup SSH connections between my server and github.com. I can pull my app from GitHub successfully on to the server but when I visit my app URL I get a ...
0
votes
1answer
16 views
Create non fast-forward commits as default
I usually want to create non fast-forward commits.
I know I can do that using the --no-ff flag, but I tend to forgot that :(
Is there a way to set this as default?
Currently I'm using Git GUI (on ...
0
votes
1answer
34 views
Is there a mercurial plugin to provide github style calendar contributions?
The github contributions calendar is really nice. Is there a mercurial plugin which produces similar d3.js calendars for Hg repositories?
1
vote
0answers
34 views
Archiving many old Git projects into a single repo
I've inherited ~150 Git repos at my new job, and my goal is to remove them from the local server where they presently reside and migrate everything into BitBucket.
Alas, most of these repos are only ...
0
votes
2answers
28 views
Split Git repository or keep two repositories of the same folder
I use Git to track changes to a folder that contains all scripts and plugins for our project pipeline. So far so good. I'd like to share a subset of those files on GitHub. A subset, simply, because ...
1
vote
2answers
37 views
GitHub: What is the best way to manage different versions of an app?
I have an iOS app with two different versions, basically one is made to be published on the App Store (Online version) and the other one is for in-house distribution (Offline version).
What I'm ...
0
votes
3answers
35 views
How to fix the history in a wrong merge
I have a problem in Git that I am unable to fix. I have searched for similar cases but I was unable to find a good solution for my situation.
I basically have 2 branches, master and bugfix. Bugfix is ...
1
vote
1answer
29 views
Git automatic sync branch in real time
Im a bit new to using git. We have a git repository with a couple of users. Is there a way to automatically sync changes down without having to press sync/do a git pull?
So when someone else does a ...
0
votes
0answers
16 views
Tried clone files from Git repo. Only (.git) folder is downloaded and it has nothing
I am new to Git.
I am in Windows7 and using CygWin. Below us the clone command I tried.
git clone http://git.fadv.com/abg/abg.git GIT1/
I got only HEAD files. Below are the folders and files I ...
0
votes
0answers
70 views
How to solve this: GIT doesn't notice changes in files that are actually changed
I'm very unfamiliar with GIT having switched over form SVN quite recently so might be screwing something obvious up here
Some changes it notices, but once they've been committed there are lots it ...
0
votes
0answers
14 views
Unable to git push to Virtualmin repo
On my CentOS 6 VPS I have installed Virtualmin, git, gitweb and Virtualmin Git Module. On one of the virtual servers, I have enabled git repos, created a repo and granted a user permission for it (in ...
0
votes
4answers
70 views
how to automate the “commit-and-push” process? (git)
I have a git repo. And after each major change, that I make in the codebase, what I do is that I go to the terminal and execute a set of commands.
git add .
git commit -m 'some message'
git push ...
0
votes
1answer
15 views
Jenkins: Don't build if only README changed
We have our project in git and by the way our process works for stable branches there are often commits to those that don't affect the code at all. This could be a change to the README or INSTALL file ...
1
vote
0answers
38 views
Vim-fugitive not matching Git command line
I installed vim-fugitive using pathogen.
If I do git status in a terminal window, I get the correct branch and status.
If in Vim, I do :Git status, I see the same that was in the terminal window (no ...
1
vote
1answer
34 views
Deleting branch with repo abandon and git branch -D
I am using git and git-repo for my project. I see when I try to delete my local branch which I am currently on using git command
git branch -D branch_name
It shows me error which I am expecting, ...
0
votes
1answer
23 views
Complete Source of a File & the File History from the remote
The following command will give the diff view of a given file:
gitk client/gwt/com/mycom/tradepage/MyEditWindow.java
Can anybody tell if it is possible to get the complete source (not just the ...
3
votes
3answers
46 views
Git branching and switching back to master is ahead?
I have code that is working pretty good and created a branch to make some significant changes on my work computer with git checkout -b messaging. I committed my partially completed work and pushed it ...
0
votes
2answers
28 views
How to see git changes after moving code around?
I am looking at a git diff, most of it is the same code moved from one file to another plus whitespace. How could I see the real differences? I tried git diff -b -C -C to no avail.
0
votes
2answers
32 views
Deleting remote changes after git pull
I was working on some code that, in hurry, I screwed up because of which i had to git -reset to a previous commit. Now that I've got it working fine, doing git push says that my current branch is ...
1
vote
0answers
16 views
Git submodule with same name
I am trying to make repo like:
server
\ module_1
\ library
\ module_2
\ library
Whereis modules its stand-alone programs, using the same library. They should work/compile without server ...
0
votes
1answer
29 views
Question Mark after file names when renaming - how to purge from Xcode? [duplicate]
So I added a bunch of images to my project that has git enabled. I then renamed all the images in Xcode. Now whenever I select commit, these files with the old file name pop up with a question mark. ...
0
votes
1answer
21 views
github “fatal: The remote end hung up unexpectedly”
When getting the error
fatal: The remote end hung up unexpectedly
What tests can I run to figure out what's going on? I've created a brand new git repository, and it won't push!
Here are some of ...
1
vote
1answer
22 views
git push remote: warning: hooks.mailinglist has multiple values
I have just upgraded from using gitosis to gitolite. Email notifications are working for all repos but for the gitolite-admin repo I get this waring when I push (the push is good):
$ git push
remote: ...
1
vote
1answer
59 views
Git repo contains target directory
Our company just moved to Git. It now appears we should have sorted out our .gitignore file before starting to check code in. We now have several projects in the Git repo, including their Maven ...
2
votes
3answers
48 views
What is the easiest way to deal with `git pull` that accidentally omitted `--rebase`?
When we have committed local changes in a repo that have not been published, the right thing is to do a git pull --rebase to integrate them with upstream. This results in a clean, linear log. If we do ...
0
votes
0answers
13 views
Cannot run aws.push for local repository head
I'm trying to deploy a Ruby project (redmine) on an Elastic Beanstalk server using the Elastic Beanstalk Command Line Interface, but when I try to launch the environment i get the following error:
$ ...
0
votes
1answer
29 views
git “local changes checked into the index but not commited”
I edited files on home desktop and pushed to bitbucket.org as well as uploading to my test website.
I then pulled from bitbucket.org to my laptop.
It told me I needed to merge files but I did not ...
0
votes
1answer
31 views
git gc and git pull locks up machine and never finishes
When running git gc, git gets up to 99% complete and then locks up. I let it run all night and it never finished, and did not seem to progress. Generally I have to hard-reset the machine to recover ...
1
vote
2answers
17 views
Concerning workflow of a second commit without a previous push
I am new to git and I am trying to understand the workflow.
Let's say that I did a git commit but did not push the file to the repository.
This means a local commit, right?
Now I realize that I need ...
0
votes
1answer
34 views
can svn and git both separate repositories from working copy?
For various reasons, I need to separate the repository from the working copy onto separate drives, though allow push/pulls to still function normally.
Is this possible in Git?
Is this possible in ...
0
votes
1answer
15 views
Puppet: Git installation for windows timeout
I have the following resources to install git on our windows server CI servers(don't need tortoisehg). It seems that is going for timeout even though the installation completes successfully. I have ...
0
votes
1answer
15 views
Getting back to an erroneous git reset
Say I'm working on a project and I'm making various commits as I go along
A - B - C - D - E
And I realise that I made a mistake and need to do git reset to go back to version C.
So I then carry on ...
0
votes
1answer
19 views
Git submodules and rebase
Using git 1.8.1. I have upstream and local repo for git project.It has one submodule (hash A). Then I branch it out locally to branch "feature" (and have hash A submodule).
Pull some changes and ...
0
votes
2answers
18 views
Git submodules not going into repo
I added a submodule to a feature branch of my local repository. I can see the related info in .git/config and .gitmodules. I pushed to the remote. git status shows clean.
When I clone the repo on ...
0
votes
0answers
32 views
Will git deal with the case where two different files happen to have same hash ID? [duplicate]
For two different files, is that possible "git hash-object" gives the same ID? people generally don't worried about it. So I am wondering if it would happen at all. If it does happen, how git will ...
0
votes
1answer
30 views
Pushing to github issue
I have a project which was bound to the remote server on github, but somehow it stopped working, so I deleted the remote origin folder through the Organizer and reconnected fresh.
But now, I have ...
0
votes
1answer
33 views
GIT stop copying owner and group permissios
Is there any way to say to GIT to stop copying file group and owner settings? My situation is as followed:
I am developing on home server where I need to use my users permissions (not root) in order ...
0
votes
1answer
18 views
git ignore folder changes but still sync
I am working on an Android project that I sync with git. I imported Google and Facebook Sdks. I want the push to push the sdks so that they are shared, but not to track all the changes in the cache ...
1
vote
0answers
20 views
Git-receive-pack error over SSH pushing
I am trying to push my local git repository to a ssh server, where I have neither root access nor the git command line installed.
Since I have seen that git also supports ftp pushing i have thought ...
1
vote
0answers
28 views
How to submit multiple pull-requests in GitHub when they may conflict slightly
I am submitting two independent new features to a project as pull-requests. Each feature is in a topic branch, each branching from the tip of master.
/-- feature1
master ---
\-- ...
2
votes
1answer
36 views
push to github without sending changes that are already in another fork
I have forked a repository on github and didn't pull from parent for some time.
Since then, a lot of changes accumulated in parent (including many large files).
I've pulled them into my local repo ...
0
votes
1answer
26 views
git reset --soft altering my index
As a newcomer to git, I'm investigating the various resets I can do.
I was under the impression that git reset --soft does not alter the index or the working directory, it only changes the head of ...
0
votes
1answer
25 views
Microsoft Visual Studio Tools for git push error
I'm trying to get used to the VS git plugin.
I'm using it with bitbuket and GitHub remote repositories.
Sometimes i get the following error :
An error was raised by libgit2. Category = Net (Error).
...
1
vote
2answers
68 views
Git: Getting someone elses project without forking
I'm fairly new to GIT and I've been trying to find an answer to this question on the internet but so far haven't found anything that speaks to it.
If I understand correctly the purpose of forking a ...
0
votes
1answer
14 views
Git diff without clone
We recently migrated from SVN to Git, and I'm trying to convert our deployment scripts to pull from the new repo.
One script creates a "hotfix", which just includes files that have changed between ...



