Move all files to zet-old/
This commit is contained in:
parent
e1badc9fd5
commit
29d11fa9b9
60 changed files with 0 additions and 0 deletions
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: git-instafix
|
||||
date: 2024-08-22 12:28:26
|
||||
tags: [Software Developmemt, Git]
|
||||
---
|
||||
|
||||
[git instafix](https://github.com/quodlibetor/git-instafix) is a tool that allows you to easily amend (or fix) previous Git commits.
|
||||
|
||||
How it works:
|
||||
|
||||
- Commit your original changes.
|
||||
- Make more changes and stage them with `git add -p`.
|
||||
- Run `git-instafix` (or `git instafix`, but this doesn't tab complete for me).
|
||||
- Select the commit you want to amend.
|
||||
- `git-instafix` will amend it and move you back to the HEAD commit.
|
Loading…
Add table
Add a link
Reference in a new issue