git-commit - Record changes to the repository
1
vote
2answers
24 views
Go back N commits in Git to find commit that causes test regressions
Is there a command that will let me checkout a commit based on its distance from the current commit instead of using commit IDs?
Use Case
Basically I am thinking of setting up a cron job type ...
0
votes
0answers
33 views
git bash warning on windows
On opening up Git Bash the following warning shows up:
Could not find /usr/local/etc/skel/global/profile!! Continuing...
I'm using the Windows7 OS. I don't know if the warning line above is a ...
0
votes
1answer
17 views
Get lost commits on GIT
Me and my partners are working on the git remote and both have write access to the remote.
He did some changes, commited them and pushed them to remote,
I did few changes in my machine and without ...
0
votes
0answers
18 views
How to delete the new commit and get back to the old commit in git repository
I have two repositories, I committed and pushed my code to other repository instead to the right one. Now I need to delete this push and get the original previous one. How can I do that? Thank you.
...
1
vote
1answer
43 views
Git duplicates commit files
I'm using Aptana plugin for Eclipse. When I try to commit, it doubles file, i.e one exactly file appears couple times. If I have 10 files to commit, it shows 20 files (1 file 2 times). I tried close ...
1
vote
2answers
35 views
Is squashing commits into one best practice (for this particular workflow)?
I have the following git workflow:
Create new feature branch
Work on feature branch
Commit often
Once feature is complete, merge into master branch
Rinse and repeat
However, sometimes, I have the ...
1
vote
2answers
40 views
How to get rid of Merge commits in git
I have a repository which is shared by more than 1 person So often I see there are a lot of merge commits in commit history. I want to get rid of them to make my commit history to look cleaner.
What ...
2
votes
5answers
224 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
2answers
41 views
How to find all my commits made in last few days?
I have been doing
git log | grep "chakra" -A3 -B3
for each branch separately.
Is there a simple way to find out all the commits a person made.
1
vote
1answer
24 views
Git commits not using forwarded ssh agent?
Setup:
We have several users with access to a Github repo.
These users all have deploy privileges on various servers.
The servers do not have access to the Github repo - they use ssh-agent forwarding ...
3
votes
1answer
57 views
How can I tell git which vim to use?
When I edit a commit message with vim (by entering git commit), vim opens, but first with a prompt that the YouCompleteMe plugin is unavailable:
$ git commit
YouCompleteMe unavailable: requires Vim ...
0
votes
0answers
50 views
remove git object directory? [duplicate]
I copied a few hundred megabytes of images from my production environment into my development environment. Even though I have them in .gitignore (public/uploads/) and they are not under version ...
0
votes
2answers
28 views
Git cleaning up commit log when there are multiple forks
I learnt this trick to clean up the commit log. I want to do it but I have a little concern.
My repo is currently forked by a few people and I wonder if It is wise to clean up my own commit log. For ...
0
votes
1answer
32 views
Git rebase on tags and not individual commits
I have a project where my development branch is 2 tagged releases ahead of my stable branch but I want to remove the first tagged set of changes (which is a series of functionality I no longer want) ...
0
votes
2answers
24 views
git- filter certain file
I have a constants file, this file is needed but every developer keeps changing this for his environment and often pushes this changed file. Is there a way that there can be a filter where in this ...
1
vote
1answer
50 views
How to remove history of deleted git subtree folder?
I added a git repository using git-subtree. The problem is that I did a hard reset back to before the repository was added with git-subtree. Now the commit history is still in the repository but it's ...
0
votes
1answer
39 views
How to make a commit and pull-request on a branch in Github?
Seems fairly easy I thought...
I forked a repo called abc and cloned it locally.
The original repo I forked from has a branch called 2.1-stable
I don't have this branch on my repo or locally
I need ...
0
votes
0answers
232 views
Smartgit error “Push Error Not all refs have been pushed”
I've been using Smartgit for a while without problems in Bitbucket repo. Now since yesterday I got this message:
Error Not all refs have been pushed
And changes aren't commited, where is the ...
0
votes
3answers
49 views
how to cancel a commit in Git
I want to cancel the blue commit
Is there a effective way to do it???
Thanks!
1
vote
1answer
32 views
Multiple unpublished commits - Unable to publish any. What's wrong?
So I'm using GitHub for Windows. And I have 4 unpublished commits (all 4 are the initial 4 commits). So technically, the repo hasn't been created yet on my GH account. To clarify, here's the commit ...
1
vote
1answer
30 views
How to find the branch from commit id
So, I am trying to find branch name in which a given commit was made. (c853d8cf3ae34dae9866b874b96c6529515d7e90)
I have the parent id and commit id referenced on the git issue.
How can I find that ...
1
vote
2answers
35 views
Approach to handling such code change with Git
Here is the problem :
I would like to merge two classes called Song each, both do share most members but not all. Populating their contents won't be problem in case members are not found, they will ...
0
votes
1answer
33 views
How to merge pushed two commits?
I committed and pushed some files via git commit . followed by git push.
Then, I found that there were some mistakes in the files. I fixed ti. Then, I recommitted and re-pushed. So, I now see two ...
1
vote
2answers
59 views
git: Why “Merge branch 'master' of … ”? when pull and push
I'm still git newbie. I modified some source files and committed. Then, I did git push. But, I got this error.
To /foo/bar/ ! [rejected] master -> master (non-fast-forward)
error: failed ...
0
votes
3answers
33 views
What is the command to add all changes except bin folder in GIT?
I have an Android project in GIT. I want to commit all changes but don't want to commit the bin folder. Is there any command to commit all except the bin folder?
0
votes
3answers
176 views
Standard to follow when writing git commit messages [closed]
I find myself managing very many files (over 60 but below 70) and my commit messages so far follow this pattern:
when I have added something like on layout.css, my commit message is "added something ...
3
votes
2answers
73 views
Using vim as a git commit message writer, is it possible to autocomplete modified function names?
I find myself often repeating the names of the functions I've edited, in the commit message, and it'd be nice to have autocompletion for the functions I've just changed when writing the commit ...
2
votes
1answer
52 views
git checkout commit and delete newer commits
I have made bad commits in the github and i want to do the following things:
checkout to an old commit from a different branch than master
make this commit my last commit(delete those after this)
...
6
votes
4answers
143 views
How to commit and push changes using Git
I just want to clarify how committing on specific branches works.
Let's say I am working on a branch called "Metro". I make some changes to a few files, but I am not ready to push these up to the ...
-1
votes
2answers
31 views
2
votes
2answers
37 views
git logic missing
The thing is that on a time period of 4 weeks I've developed a project on two different locations. At this point I have two different directories on my HDD, each of them containing the .git folder ...
2
votes
2answers
53 views
Cancelling git push and ignore additional folder
I want to cancel the git push.
I've done it with cntrl + C command. I reset --mixed to my old status.
Add the forgetten directory to my gitignore file,
But when I do the git push again , it still ...
0
votes
1answer
14 views
Merge many commit into a single one under same branch
Using git, I created a local branch to work in. Then I committed my work progressively. So, I get 3 commit in the same pull request I'd liked to merge them into a single one.
I founded that there is ...
0
votes
2answers
40 views
Git Not Committing Directory Contents
I'm trying to add every single thing I have in directory through git. However, for one particular directory, it loads the folder, but none of the contents. I tried to use
git add -A
but was ...
1
vote
2answers
98 views
How can I control the rename threshold when committing files under git?
I'm trying to place into git's history successive snapshots of a specific project. I am doing this by populating the repository directory with the contents of each snapshot and then running
git add ...
1
vote
1answer
146 views
Git status shows local branch ahead by X commits - should only be 1
I've been searching and trying the various solutions here on stack and other forums but can't seem to get this issue resolved.
Git: Branch is ahead by X commits. Doesn't help doing git pull
...
1
vote
1answer
54 views
Git: move specific commits to another branch
A have repository with two branches.
Master branch commits:
c1, c2, c3, c4, c5, c6, c7, ..., c15, ...
Staging Branch commits:
c1, c2, c3, c4, c5, c6, c7
I want to move all commits from Master ...
0
votes
0answers
135 views
NetBeans does not allow to push into remote GIT branch (no branch)
I'm new to GIT VCS so I'm kind of lost.
I'm using NetBeans 7.2.1 and working on PHP project with remote GIT repository.
I cloned GIT repository, during that process i checked all remote branches.
...
2
votes
1answer
74 views
Why git sometimes shows that a file was changed when it was not?
DragonFly BSD uses git as its SCM, with one single repository and branch for both the kernel and the whole userland.
On 2011-11-26, someone did a commit that somehow touched every single file in the ...
0
votes
3answers
107 views
How to use git ? git-commit ? git-push?
I am working on a website, and I need to use Git for practical reasons.
However, I think I have not totally understood how it works.
I want to do something quite simple, and I am working on ...
2
votes
2answers
50 views
Does the my commit message editor have to launch a new instance if I want Git to use it?
I'm using my own editor as my Git core.editor that I often have open and running already. When I use it to edit a commit message, for example after
git commit # no message specified
the default ...
1
vote
2answers
58 views
Git reset failing after find and replace
No git's command is working anymore created a branch, made some commits. Then I made a recursive find and replace as so :
LANG=C find . -type f -name '*.*' -exec sed -i '' s/My\ sentence/My\ ...
3
votes
1answer
62 views
Git went back 5 commits and forgot to create a new branch, how to come back?
I had to go back six commits in Git with the command
git checkout idofthecommit
What I have been doing was continuing commit, commit, commit. Since I have created no real new branch, when I git ...
4
votes
2answers
43 views
Git - Changing a previous commit to include a missed file
I have committed a change and forgot to add a file to the change set. After other commits, I realized the file is now missing from a HEAD^4 commit.
How do I rewrite a previous commit to include the ...
2
votes
1answer
49 views
How can I commit with cloned submodule in my repo?
I have created a repo for my .vim directory so that I won't need to donfigure that every time I change a machine I am working on.
So I have something like that now:
user@.vim$ tree -L 3 -a
.
|-- ...
1
vote
2answers
120 views
What to do after cloning repo from git
I am just a git starter, basically I clone a git repository and now I wanted to commit the changes that I made in a file. when I run the command git commit it says not a git repository,
So being a ...
1
vote
0answers
185 views
Sending a git commit with aptana shows “commit by unknown” in github.com
I set up Aptana 3 under windows 7 using egit more than a year ago.
I put my settings to :
preferences -> Team -> Git -> Configuration:
user.name = My Name
user.email = myName@myCompany.com
so in
...
0
votes
2answers
108 views
How to verify the author of each commit in git
I'm studying a migration from subversion to git. For starters, a central-repository scheme will be used, just like svn.
The problem is that I want to make sure each commit was created by the real ...
1
vote
1answer
72 views
Workaround for git whitespace commits: Commit only 'REAL' changes
Recently I started as a developer in a new company. Most of them arn't used to use shortcuts to 'Format code'. My fingers are practically doing ALT+SHIFT+F after every line of code, as I have been ...
0
votes
0answers
96 views
git diff between two commits --name-only are showing me files which aren't changed
I want to get the files which were changed since a particular commit. I use the following and it works well:
git diff SHA..HEAD --name-only
However in certain cases (especially when another branch ...











