Linked Questions

0 votes
2 answers
45 views

Delete all commits containing the word "test"

We decided to use git locally but had to test code on a server so we ended up having hundreds of test commits in git. How can we delete these test commits? We have tried to delete them manually, but ...
sangi's user avatar
  • 1
0 votes
1 answer
39 views

How can I use 2 repositories or have 2 series of commits?

I work on an application in Python that is developed by a small team. I need to remember the state of the code at regular points in time for myself, and occasionally I need to commit the code to the ...
ManInMoon's user avatar
  • 6,925
0 votes
1 answer
29 views

Correct way to squash several commits [closed]

In my commit history top commits look like so: 1ccb0058e833d9765a3a1de2816fd408dde82305 Merge branch 'master' of https://github.com/... d462898e3a1dbd979b38bcec6d45991da0bca1e7 Add one cool feature ...
Jacobian's user avatar
  • 10.6k
1 vote
0 answers
37 views

How to not push to remote repository sequential commits from local repo

When working on a project I like to do git -a -m 'part' commits to commit partial implementations. These implementations are not working but it is useful to have them to be able to go back if in next ...
Tom Smykowski's user avatar
0 votes
0 answers
30 views

git push keeps tracking deleted files [duplicate]

I have working with a file that exceeds Github's recommended maximum file (greater than 100 MB). I created a new file with less file size than original file and remove the old file. In that moment I ...
Lemark's user avatar
  • 139
-2 votes
1 answer
20 views

combine several commits on one if it's commits pushed on repository

I opened pull request and I had several commits on it. Can I will combine several commits on one on opened pull request before my teem lead will merged on master branch.
ts-alan's user avatar
  • 27

15 30 50 per page
1
8 9 10 11
12