fixup Questions

8

Solved

I've been using Git Extensions for a while now (it's awesome!) but I haven't found a simple answer to the following: Sometimes, when typing a commit message, a make a typo. My friend showed me how...
Fly asked 26/5, 2013 at 10:1

4

Solved

Every time I want to fixup my latest commit into the second latest commit, I do this git rebase HEAD~2 -i <replace pick with fixup on line 2> Is there a way to do this in an automated scri...
Empyema asked 16/4, 2018 at 3:56

3

Solved

git is giving me a major headache when using --fixup and --autosquash. I would like to give two examples, one working perfectly fine and the other being a mess. (git version 2.6.2) Working exampl...
Newkirk asked 3/11, 2015 at 13:26

2

Solved

I've seen this term in the Python Lisp compiler and some C linker's sources. My guess is that a fix-up is just some wrapper around an Assembly routine that makes sure the alignment is right, but I...
Mountford asked 6/7, 2009 at 16:42
1

© 2022 - 2024 — McMap. All rights reserved.